Class: Aws::GlobalAccelerator::Types::ListCrossAccountResourcesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCrossAccountResourcesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_account_resources ⇒ Array<Types::CrossAccountResource>
The cross-account resources used with an accelerator.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#cross_account_resources ⇒ Array<Types::CrossAccountResource>
The cross-account resources used with an accelerator.
2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2530 class ListCrossAccountResourcesResponse < Struct.new( :cross_account_resources, :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.
2530 2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2530 class ListCrossAccountResourcesResponse < Struct.new( :cross_account_resources, :next_token) SENSITIVE = [] include Aws::Structure end |