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.
57799 57800 57801 57802 57803 |
# File 'lib/aws-sdk-ec2/types.rb', line 57799 class PoolCidrBlock < Struct.new( :cidr) SENSITIVE = [] include Aws::Structure end |