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)


14604
14605
14606
# File 'sig/types.rbs', line 14604

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")


14606
14607
14608
# File 'sig/types.rbs', line 14606

def attachment_state
  @attachment_state
end

#failure_code::String

Returns the value of attribute failure_code.

Returns:

  • (::String)


14608
14609
14610
# File 'sig/types.rbs', line 14608

def failure_code
  @failure_code
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


14609
14610
14611
# File 'sig/types.rbs', line 14609

def failure_message
  @failure_message
end

#modification_state"modifying", ...

Returns the value of attribute modification_state.

Returns:

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


14607
14608
14609
# File 'sig/types.rbs', line 14607

def modification_state
  @modification_state
end

#type"network-firewall-proxy"

Returns the value of attribute type.

Returns:

  • ("network-firewall-proxy")


14603
14604
14605
# File 'sig/types.rbs', line 14603

def type
  @type
end

#vpc_endpoint_id::String

Returns the value of attribute vpc_endpoint_id.

Returns:

  • (::String)


14605
14606
14607
# File 'sig/types.rbs', line 14605

def vpc_endpoint_id
  @vpc_endpoint_id
end