Class: Aws::Types::AssociateNatGatewayAddressRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_ids::Array[::String]

Returns the value of attribute allocation_ids.

Returns:

  • (::Array[::String])


645
646
647
# File 'sig/types.rbs', line 645

def allocation_ids
  @allocation_ids
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


649
650
651
# File 'sig/types.rbs', line 649

def availability_zone_id
  @availability_zone_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


647
648
649
# File 'sig/types.rbs', line 647

def dry_run
  @dry_run
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


644
645
646
# File 'sig/types.rbs', line 644

def nat_gateway_id
  @nat_gateway_id
end

#private_ip_addresses::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


646
647
648
# File 'sig/types.rbs', line 646

def private_ip_addresses
  @private_ip_addresses
end