Class: Aws::Types::CustomerGatewayAssociation
- Inherits:
-
Object
- Object
- Aws::Types::CustomerGatewayAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_arn ⇒ ::String
Returns the value of attribute customer_gateway_arn.
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#customer_gateway_arn ⇒ ::String
Returns the value of attribute customer_gateway_arn.
607 608 609 |
# File 'sig/types.rbs', line 607 def customer_gateway_arn @customer_gateway_arn end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
609 610 611 |
# File 'sig/types.rbs', line 609 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
608 609 610 |
# File 'sig/types.rbs', line 608 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
610 611 612 |
# File 'sig/types.rbs', line 610 def link_id @link_id end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
611 612 613 |
# File 'sig/types.rbs', line 611 def state @state end |