Class: Aws::EC2::Types::DescribeTransitGatewayConnectPeersResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeTransitGatewayConnectPeersResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#transit_gateway_connect_peers ⇒ Array<Types::TransitGatewayConnectPeer>
Information about the Connect peers.
Instance Attribute Details
#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.
26313 26314 26315 26316 26317 26318 |
# File 'lib/aws-sdk-ec2/types.rb', line 26313 class DescribeTransitGatewayConnectPeersResult < Struct.new( :transit_gateway_connect_peers, :next_token) SENSITIVE = [] include Aws::Structure end |
#transit_gateway_connect_peers ⇒ Array<Types::TransitGatewayConnectPeer>
Information about the Connect peers.
26313 26314 26315 26316 26317 26318 |
# File 'lib/aws-sdk-ec2/types.rb', line 26313 class DescribeTransitGatewayConnectPeersResult < Struct.new( :transit_gateway_connect_peers, :next_token) SENSITIVE = [] include Aws::Structure end |