Class: Aws::EC2::Types::AddPrefixListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::AddPrefixListEntry
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
An entry for a prefix list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR block.
-
#description ⇒ String
A description for the entry.
Instance Attribute Details
#cidr ⇒ String
The CIDR block.
629 630 631 632 633 634 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 629 class AddPrefixListEntry < Struct.new( :cidr, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the entry.
Constraints: Up to 255 characters in length.
629 630 631 632 633 634 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 629 class AddPrefixListEntry < Struct.new( :cidr, :description) SENSITIVE = [] include Aws::Structure end |