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)


14589
14590
14591
# File 'sig/types.rbs', line 14589

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


14593
14594
14595
# File 'sig/types.rbs', line 14593

def association_id
  @association_id
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


14597
14598
14599
# File 'sig/types.rbs', line 14597

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


14598
14599
14600
# File 'sig/types.rbs', line 14598

def availability_zone_id
  @availability_zone_id
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


14595
14596
14597
# File 'sig/types.rbs', line 14595

def failure_message
  @failure_message
end

#is_primaryBoolean

Returns the value of attribute is_primary.

Returns:

  • (Boolean)


14594
14595
14596
# File 'sig/types.rbs', line 14594

def is_primary
  @is_primary
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


14590
14591
14592
# File 'sig/types.rbs', line 14590

def network_interface_id
  @network_interface_id
end

#private_ip::String

Returns the value of attribute private_ip.

Returns:

  • (::String)


14591
14592
14593
# File 'sig/types.rbs', line 14591

def private_ip
  @private_ip
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


14592
14593
14594
# File 'sig/types.rbs', line 14592

def public_ip
  @public_ip
end

#status"assigning", ...

Returns the value of attribute status.

Returns:

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


14596
14597
14598
# File 'sig/types.rbs', line 14596

def status
  @status
end