Class: Aws::Types::NatGatewayAttachedAppliance
- Inherits:
-
Object
- Object
- Aws::Types::NatGatewayAttachedAppliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#appliance_arn ⇒ ::String
Returns the value of attribute appliance_arn.
-
#attachment_state ⇒ "attaching", ...
Returns the value of attribute attachment_state.
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_message ⇒ ::String
Returns the value of attribute failure_message.
-
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
-
#type ⇒ "network-firewall-proxy"
Returns the value of attribute type.
-
#vpc_endpoint_id ⇒ ::String
Returns the value of attribute vpc_endpoint_id.
Instance Attribute Details
#appliance_arn ⇒ ::String
Returns the value of attribute appliance_arn.
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.
14903 14904 14905 |
# File 'sig/types.rbs', line 14903 def @attachment_state end |
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
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.
14906 14907 14908 |
# File 'sig/types.rbs', line 14906 def @failure_message end |
#modification_state ⇒ "modifying", ...
Returns the value of attribute modification_state.
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.
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.
14902 14903 14904 |
# File 'sig/types.rbs', line 14902 def vpc_endpoint_id @vpc_endpoint_id end |