Class: Aws::EC2::Types::DescribeCarrierGatewaysResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeCarrierGatewaysResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#carrier_gateways ⇒ Array<Types::CarrierGateway>
Information about the carrier gateway.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#carrier_gateways ⇒ Array<Types::CarrierGateway>
Information about the carrier gateway.
18745 18746 18747 18748 18749 18750 |
# File 'lib/aws-sdk-ec2/types.rb', line 18745 class DescribeCarrierGatewaysResult < Struct.new( :carrier_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
18745 18746 18747 18748 18749 18750 |
# File 'lib/aws-sdk-ec2/types.rb', line 18745 class DescribeCarrierGatewaysResult < Struct.new( :carrier_gateways, :next_token) SENSITIVE = [] include Aws::Structure end |