Class: Aws::CleanRooms::Types::InheritedAllowedResultReceivers

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

Overview

Contains the inherited allowed result receivers constraint and its sources from parent tables.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourcesArray<Types::InheritedAllowedResultReceiversSource>

The list of parent tables that contribute to this inherited constraint.



6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6210

class InheritedAllowedResultReceivers < Struct.new(
  :value,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

The effective list of Amazon Web Services account IDs allowed to receive results, inherited from parent tables.

Returns:

  • (Array<String>)


6210
6211
6212
6213
6214
6215
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6210

class InheritedAllowedResultReceivers < Struct.new(
  :value,
  :sources)
  SENSITIVE = []
  include Aws::Structure
end