Class: Aws::EC2::Types::PrefixListEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PrefixListEntry
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a prefix list entry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR block.
-
#description ⇒ String
The description.
Instance Attribute Details
#cidr ⇒ String
The CIDR block.
58055 58056 58057 58058 58059 58060 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58055 class PrefixListEntry < Struct.new( :cidr, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description.
58055 58056 58057 58058 58059 58060 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 58055 class PrefixListEntry < Struct.new( :cidr, :description) SENSITIVE = [] include Aws::Structure end |