Class: Aws::Types::DeleteSubnetRequest

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)


4607
4608
4609
# File 'sig/types.rbs', line 4607

def dry_run
  @dry_run
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


4606
4607
4608
# File 'sig/types.rbs', line 4606

def subnet_id
  @subnet_id
end