Class: Aws::EC2::Types::CreateSubnetCidrReservationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSubnetCidrReservationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subnet_cidr_reservation ⇒ Types::SubnetCidrReservation
Information about the created subnet CIDR reservation.
Instance Attribute Details
#subnet_cidr_reservation ⇒ Types::SubnetCidrReservation
Information about the created subnet CIDR reservation.
11778 11779 11780 11781 11782 |
# File 'lib/aws-sdk-ec2/types.rb', line 11778 class CreateSubnetCidrReservationResult < Struct.new( :subnet_cidr_reservation) SENSITIVE = [] include Aws::Structure end |