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


731
732
733
# File 'sig/types.rbs', line 731

def allocation_ids
  @allocation_ids
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def availability_zone_id
  @availability_zone_id
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


733
734
735
# File 'sig/types.rbs', line 733

def dry_run
  @dry_run
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def nat_gateway_id
  @nat_gateway_id
end

#private_ip_addresses::Array[::String]

Returns the value of attribute private_ip_addresses.

Returns:

  • (::Array[::String])


732
733
734
# File 'sig/types.rbs', line 732

def private_ip_addresses
  @private_ip_addresses
end