Class: Aws::GlobalAccelerator::Types::ListCrossAccountResourceAccountsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_owner_aws_account_idsArray<String>

The account IDs of principals (resource owners) in a cross-account attachment who can work with resources listed in the same attachment.

Returns:

  • (Array<String>)


2483
2484
2485
2486
2487
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 2483

class ListCrossAccountResourceAccountsResponse < Struct.new(
  :resource_owner_aws_account_ids)
  SENSITIVE = []
  include Aws::Structure
end