Class: Aws::Types::GetCustomerGatewayAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCustomerGatewayAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#customer_gateway_arns ⇒ ::Array[::String]
Returns the value of attribute customer_gateway_arns.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#customer_gateway_arns ⇒ ::Array[::String]
Returns the value of attribute customer_gateway_arns.
949 950 951 |
# File 'sig/types.rbs', line 949 def customer_gateway_arns @customer_gateway_arns end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
948 949 950 |
# File 'sig/types.rbs', line 948 def global_network_id @global_network_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
950 951 952 |
# File 'sig/types.rbs', line 950 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
951 952 953 |
# File 'sig/types.rbs', line 951 def next_token @next_token end |