Class: Aws::GlobalAccelerator::Types::ListCrossAccountResourceAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::ListCrossAccountResourceAccountsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_owner_aws_account_ids ⇒ Array<String>
The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.
Instance Attribute Details
#resource_owner_aws_account_ids ⇒ Array<String>
The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.
2483 2484 2485 2486 2487 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2483 class ListCrossAccountResourceAccountsResponse < Struct.new( :resource_owner_aws_account_ids) SENSITIVE = [] include Aws::Structure end |