Class: Aws::CleanRooms::Types::InheritedAllowedResultReceivers
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::InheritedAllowedResultReceivers
- 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
-
#sources ⇒ Array<Types::InheritedAllowedResultReceiversSource>
The list of parent tables that contribute to this inherited constraint.
-
#value ⇒ Array<String>
The effective list of Amazon Web Services account IDs allowed to receive results, inherited from parent tables.
Instance Attribute Details
#sources ⇒ Array<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 |
#value ⇒ Array<String>
The effective list of Amazon Web Services account IDs allowed to receive results, inherited from parent tables.
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 |