Class: Aws::Types::AssociateCustomerGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateCustomerGatewayRequest
- 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.
Instance Attribute Details
#customer_gateway_arn ⇒ ::String
Returns the value of attribute customer_gateway_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def customer_gateway_arn @customer_gateway_arn end |
#device_id ⇒ ::String
Returns the value of attribute device_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def device_id @device_id end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
53 54 55 |
# File 'sig/types.rbs', line 53 def global_network_id @global_network_id end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def link_id @link_id end |