Class: Aws::Types::NatGatewayAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_name::String

Returns the value of attribute dns_name.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def dns_name
  @dns_name
end

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def nat_gateway_id
  @nat_gateway_id
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "READY", "UPDATING", "FAILED", "DELETING")


1253
1254
1255
# File 'sig/types.rbs', line 1253

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def status_message
  @status_message
end