Class: Aws::Types::DescribeCarrierGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeCarrierGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#carrier_gateways ⇒ ::Array[Types::CarrierGateway]
Returns the value of attribute carrier_gateways.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#carrier_gateways ⇒ ::Array[Types::CarrierGateway]
Returns the value of attribute carrier_gateways.
5667 5668 5669 |
# File 'sig/types.rbs', line 5667 def carrier_gateways @carrier_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5668 5669 5670 |
# File 'sig/types.rbs', line 5668 def next_token @next_token end |