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])


8716
8717
8718
# File 'sig/types.rbs', line 8716

def association_ids
  @association_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


8718
8719
8720
# File 'sig/types.rbs', line 8718

def dry_run
  @dry_run
end

#max_drain_duration_seconds::Integer

Returns the value of attribute max_drain_duration_seconds.

Returns:

  • (::Integer)


8717
8718
8719
# File 'sig/types.rbs', line 8717

def max_drain_duration_seconds
  @max_drain_duration_seconds
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


8715
8716
8717
# File 'sig/types.rbs', line 8715

def nat_gateway_id
  @nat_gateway_id
end