Class: Aws::GlobalAccelerator::Types::ListCrossAccountAttachmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCrossAccountAttachmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account_attachments ⇒ Array<Types::Attachment>
Information about the cross-account attachments.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#cross_account_attachments ⇒ Array<Types::Attachment>
Information about the cross-account attachments.
2462 2463 2464 2465 2466 2467 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2462 class ListCrossAccountAttachmentsResponse < Struct.new( :cross_account_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. You receive this token from a previous call.
2462 2463 2464 2465 2466 2467 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2462 class ListCrossAccountAttachmentsResponse < Struct.new( :cross_account_attachments, :next_token) SENSITIVE = [] include Aws::Structure end |