Class: Aws::Types::SubnetCidrReservation
- Inherits:
-
Object
- Object
- Aws::Types::SubnetCidrReservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cidr ⇒ ::String
Returns the value of attribute cidr.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
-
#subnet_cidr_reservation_id ⇒ ::String
Returns the value of attribute subnet_cidr_reservation_id.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
18221 18222 18223 |
# File 'sig/types.rbs', line 18221 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
18224 18225 18226 |
# File 'sig/types.rbs', line 18224 def description @description end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
18223 18224 18225 |
# File 'sig/types.rbs', line 18223 def owner_id @owner_id end |
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
18222 18223 18224 |
# File 'sig/types.rbs', line 18222 def reservation_type @reservation_type end |
#subnet_cidr_reservation_id ⇒ ::String
Returns the value of attribute subnet_cidr_reservation_id.
18219 18220 18221 |
# File 'sig/types.rbs', line 18219 def subnet_cidr_reservation_id @subnet_cidr_reservation_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
18220 18221 18222 |
# File 'sig/types.rbs', line 18220 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
18225 18226 18227 |
# File 'sig/types.rbs', line 18225 def @tags end |