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.
3187 3188 3189 |
# File 'sig/types.rbs', line 3187 def cidr @cidr end |
#description ⇒ ::String
Returns the value of attribute description.
3189 3190 3191 |
# File 'sig/types.rbs', line 3189 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3190 3191 3192 |
# File 'sig/types.rbs', line 3190 def dry_run @dry_run end |
#reservation_type ⇒ "prefix", "explicit"
Returns the value of attribute reservation_type.
3188 3189 3190 |
# File 'sig/types.rbs', line 3188 def reservation_type @reservation_type end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
3186 3187 3188 |
# File 'sig/types.rbs', line 3186 def subnet_id @subnet_id end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3191 3192 3193 |
# File 'sig/types.rbs', line 3191 def tag_specifications @tag_specifications end |