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)


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.

Returns:

  • (::String)


4806
4807
4808
# File 'sig/types.rbs', line 4806

def subnet_cidr_reservation_id
  @subnet_cidr_reservation_id
end