Class: Aws::Types::DisassociateNatGatewayAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_ids::Array[::String]

Returns the value of attribute association_ids.

Returns:

  • (::Array[::String])


8415
8416
8417
# File 'sig/types.rbs', line 8415

def association_ids
  @association_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8417
8418
8419
# File 'sig/types.rbs', line 8417

def dry_run
  @dry_run
end

#max_drain_duration_seconds::Integer

Returns the value of attribute max_drain_duration_seconds.

Returns:

  • (::Integer)


8416
8417
8418
# File 'sig/types.rbs', line 8416

def max_drain_duration_seconds
  @max_drain_duration_seconds
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


8414
8415
8416
# File 'sig/types.rbs', line 8414

def nat_gateway_id
  @nat_gateway_id
end