Class: Aws::Types::NatGatewayAttachedAppliance

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#appliance_arn::String

Returns the value of attribute appliance_arn.

Returns:

  • (::String)


14901
14902
14903
# File 'sig/types.rbs', line 14901

def appliance_arn
  @appliance_arn
end

#attachment_state"attaching", ...

Returns the value of attribute attachment_state.

Returns:

  • ("attaching", "attached", "detaching", "detached", "attach-failed", "detach-failed")


14903
14904
14905
# File 'sig/types.rbs', line 14903

def attachment_state
  @attachment_state
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


14905
14906
14907
# File 'sig/types.rbs', line 14905

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


14906
14907
14908
# File 'sig/types.rbs', line 14906

def failure_message
  @failure_message
end

#modification_state"modifying", ...

Returns the value of attribute modification_state.

Returns:

  • ("modifying", "completed", "failed")


14904
14905
14906
# File 'sig/types.rbs', line 14904

def modification_state
  @modification_state
end

#type"network-firewall-proxy"

Returns the value of attribute type.

Returns:

  • ("network-firewall-proxy")


14900
14901
14902
# File 'sig/types.rbs', line 14900

def type
  @type
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


14902
14903
14904
# File 'sig/types.rbs', line 14902

def vpc_endpoint_id
  @vpc_endpoint_id
end