Class: Aws::Types::CreateSubnetCidrReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubnetCidrReservationRequest
- 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.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#cidr ⇒ ::String
Returns the value of attribute cidr.
3349 3350 3351 |
# File 'sig/types.rbs', line 3349 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
3351 3352 3353 |
# File 'sig/types.rbs', line 3351 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3352 3353 3354 |
# File 'sig/types.rbs', line 3352 def dry_run @dry_run end |
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
3350 3351 3352 |
# File 'sig/types.rbs', line 3350 def reservation_type @reservation_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3348 3349 3350 |
# File 'sig/types.rbs', line 3348 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3353 3354 3355 |
# File 'sig/types.rbs', line 3353 def tag_specifications @tag_specifications end |