Class: Aws::EC2::Types::PoolCidrBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PoolCidrBlock
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a CIDR block for an address pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cidr ⇒ String
The CIDR block.
Instance Attribute Details
#cidr ⇒ String
The CIDR block.
58024 58025 58026 58027 58028 |
# File 'lib/aws-sdk-ec2/types.rb', line 58024 class PoolCidrBlock < Struct.new( :cidr) SENSITIVE = [] include Aws::Structure end |