Class: Aws::Types::GetCustomerGatewayAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomerGatewayAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_associations ⇒ ::Array[Types::CustomerGatewayAssociation]
Returns the value of attribute customer_gateway_associations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#customer_gateway_associations ⇒ ::Array[Types::CustomerGatewayAssociation]
Returns the value of attribute customer_gateway_associations.
956 957 958 |
# File 'sig/types.rbs', line 956 def customer_gateway_associations @customer_gateway_associations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
957 958 959 |
# File 'sig/types.rbs', line 957 def next_token @next_token end |