Class: Aws::EC2::Types::CreateSubnetCidrReservationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateSubnetCidrReservationResult
- Defined in:
- gems/aws-sdk-ec2/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.
11129 11130 11131 11132 11133 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11129 class CreateSubnetCidrReservationResult < Struct.new( :subnet_cidr_reservation) SENSITIVE = [] include Aws::Structure end |