Class: Aws::Types::DeleteSubnetCidrReservationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


4596
4597
4598
# File 'sig/types.rbs', line 4596

def dry_run
  @dry_run
end

#subnet_cidr_reservation_id::String

Returns the value of attribute subnet_cidr_reservation_id.

Returns:

  • (::String)


4595
4596
4597
# File 'sig/types.rbs', line 4595

def subnet_cidr_reservation_id
  @subnet_cidr_reservation_id
end