Class: Aws::DirectConnect::Types::DescribeDirectConnectGatewayAttachmentsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DescribeDirectConnectGatewayAttachmentsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_attachments ⇒ Array<Types::DirectConnectGatewayAttachment>
The attachments.
-
#next_token ⇒ String
The token to retrieve the next page.
Instance Attribute Details
#direct_connect_gateway_attachments ⇒ Array<Types::DirectConnectGatewayAttachment>
The attachments.
1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1777 class DescribeDirectConnectGatewayAttachmentsResult < Struct.new( :direct_connect_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to retrieve the next page.
1777 1778 1779 1780 1781 1782 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1777 class DescribeDirectConnectGatewayAttachmentsResult < Struct.new( :direct_connect_gateway_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |