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)


4743
4744
4745
# File 'sig/types.rbs', line 4743

def dry_run
  @dry_run
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


4742
4743
4744
# File 'sig/types.rbs', line 4742

def subnet_id
  @subnet_id
end