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.
17585 17586 17587 |
# File 'sig/types.rbs', line 17585 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
17588 17589 17590 |
# File 'sig/types.rbs', line 17588 def description @description end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
17587 17588 17589 |
# File 'sig/types.rbs', line 17587 def owner_id @owner_id end |
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
17586 17587 17588 |
# File 'sig/types.rbs', line 17586 def reservation_type @reservation_type end |
#subnet_cidr_reservation_id ⇒ ::String
Returns the value of attribute subnet_cidr_reservation_id.
17583 17584 17585 |
# File 'sig/types.rbs', line 17583 def subnet_cidr_reservation_id @subnet_cidr_reservation_id end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
17584 17585 17586 |
# File 'sig/types.rbs', line 17584 def subnet_id @subnet_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
17589 17590 17591 |
# File 'sig/types.rbs', line 17589 def @tags end |