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)


15225
15226
15227
# File 'sig/types.rbs', line 15225

def allocation_id
  @allocation_id
end

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


15229
15230
15231
# File 'sig/types.rbs', line 15229

def association_id
  @association_id
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


15233
15234
15235
# File 'sig/types.rbs', line 15233

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


15234
15235
15236
# File 'sig/types.rbs', line 15234

def availability_zone_id
  @availability_zone_id
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


15231
15232
15233
# File 'sig/types.rbs', line 15231

def failure_message
  @failure_message
end

#is_primaryBoolean

Returns the value of attribute is_primary.

Returns:

  • (Boolean)


15230
15231
15232
# File 'sig/types.rbs', line 15230

def is_primary
  @is_primary
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


15226
15227
15228
# File 'sig/types.rbs', line 15226

def network_interface_id
  @network_interface_id
end

#private_ip::String

Returns the value of attribute private_ip.

Returns:

  • (::String)


15227
15228
15229
# File 'sig/types.rbs', line 15227

def private_ip
  @private_ip
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


15228
15229
15230
# File 'sig/types.rbs', line 15228

def public_ip
  @public_ip
end

#status"assigning", ...

Returns the value of attribute status.

Returns:

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


15232
15233
15234
# File 'sig/types.rbs', line 15232

def status
  @status
end