Class: Aws::Types::DeleteSubnetCidrReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSubnetCidrReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#subnet_cidr_reservation_id ⇒ ::String
Returns the value of attribute subnet_cidr_reservation_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4807 4808 4809 |
# File 'sig/types.rbs', line 4807 def dry_run @dry_run end |
#subnet_cidr_reservation_id ⇒ ::String
Returns the value of attribute subnet_cidr_reservation_id.
4806 4807 4808 |
# File 'sig/types.rbs', line 4806 def subnet_cidr_reservation_id @subnet_cidr_reservation_id end |