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.
3299 3300 3301 |
# File 'sig/types.rbs', line 3299 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
3301 3302 3303 |
# File 'sig/types.rbs', line 3301 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3302 3303 3304 |
# File 'sig/types.rbs', line 3302 def dry_run @dry_run end |
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
3300 3301 3302 |
# File 'sig/types.rbs', line 3300 def reservation_type @reservation_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3298 3299 3300 |
# File 'sig/types.rbs', line 3298 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3303 3304 3305 |
# File 'sig/types.rbs', line 3303 def tag_specifications @tag_specifications end |