Class: Aws::Types::NatGatewayAddress

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_id::String

Returns the value of attribute allocation_id.

Returns:

  • (::String)


14886
14887
14888
# File 'sig/types.rbs', line 14886

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


14890
14891
14892
# File 'sig/types.rbs', line 14890

def association_id
  @association_id
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


14894
14895
14896
# File 'sig/types.rbs', line 14894

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


14895
14896
14897
# File 'sig/types.rbs', line 14895

def availability_zone_id
  @availability_zone_id
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


14892
14893
14894
# File 'sig/types.rbs', line 14892

def failure_message
  @failure_message
end

#is_primaryBoolean

Returns the value of attribute is_primary.

Returns:

  • (Boolean)


14891
14892
14893
# File 'sig/types.rbs', line 14891

def is_primary
  @is_primary
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


14887
14888
14889
# File 'sig/types.rbs', line 14887

def network_interface_id
  @network_interface_id
end

#private_ip::String

Returns the value of attribute private_ip.

Returns:

  • (::String)


14888
14889
14890
# File 'sig/types.rbs', line 14888

def private_ip
  @private_ip
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


14889
14890
14891
# File 'sig/types.rbs', line 14889

def public_ip
  @public_ip
end

#status"assigning", ...

Returns the value of attribute status.

Returns:

  • ("assigning", "unassigning", "associating", "disassociating", "succeeded", "failed")


14893
14894
14895
# File 'sig/types.rbs', line 14893

def status
  @status
end