Class: Aws::Types::GetSubnetCidrReservationsResult
- Inherits:
-
Object
- Object
- Aws::Types::GetSubnetCidrReservationsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#subnet_ipv_4_cidr_reservations ⇒ ::Array[Types::SubnetCidrReservation]
Returns the value of attribute subnet_ipv_4_cidr_reservations.
-
#subnet_ipv_6_cidr_reservations ⇒ ::Array[Types::SubnetCidrReservation]
Returns the value of attribute subnet_ipv_6_cidr_reservations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
10415 10416 10417 |
# File 'sig/types.rbs', line 10415 def next_token @next_token end |
#subnet_ipv_4_cidr_reservations ⇒ ::Array[Types::SubnetCidrReservation]
Returns the value of attribute subnet_ipv_4_cidr_reservations.
10413 10414 10415 |
# File 'sig/types.rbs', line 10413 def subnet_ipv_4_cidr_reservations @subnet_ipv_4_cidr_reservations end |
#subnet_ipv_6_cidr_reservations ⇒ ::Array[Types::SubnetCidrReservation]
Returns the value of attribute subnet_ipv_6_cidr_reservations.
10414 10415 10416 |
# File 'sig/types.rbs', line 10414 def subnet_ipv_6_cidr_reservations @subnet_ipv_6_cidr_reservations end |