Class: Aws::CleanRooms::Types::InheritedAllowedAdditionalAnalysesSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::InheritedAllowedAdditionalAnalysesSource
- Defined in:
- gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb
Overview
Contains information about a parent table that contributes an allowed additional analyses constraint.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the parent table.
-
#name ⇒ String
The name of the parent table.
-
#source_account_id ⇒ String
The Amazon Web Services account ID of the member who owns the parent table.
-
#type ⇒ String
The type of the parent table.
-
#value ⇒ Array<String>
The allowed additional analyses defined on the parent table.
Instance Attribute Details
#id ⇒ String
The unique identifier of the parent table.
6185 6186 6187 6188 6189 6190 6191 6192 6193 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6185 class InheritedAllowedAdditionalAnalysesSource < Struct.new( :name, :id, :type, :value, :source_account_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the parent table.
6185 6186 6187 6188 6189 6190 6191 6192 6193 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6185 class InheritedAllowedAdditionalAnalysesSource < Struct.new( :name, :id, :type, :value, :source_account_id) SENSITIVE = [] include Aws::Structure end |
#source_account_id ⇒ String
The Amazon Web Services account ID of the member who owns the parent table.
6185 6186 6187 6188 6189 6190 6191 6192 6193 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6185 class InheritedAllowedAdditionalAnalysesSource < Struct.new( :name, :id, :type, :value, :source_account_id) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the parent table.
6185 6186 6187 6188 6189 6190 6191 6192 6193 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6185 class InheritedAllowedAdditionalAnalysesSource < Struct.new( :name, :id, :type, :value, :source_account_id) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Array<String>
The allowed additional analyses defined on the parent table.
6185 6186 6187 6188 6189 6190 6191 6192 6193 |
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6185 class InheritedAllowedAdditionalAnalysesSource < Struct.new( :name, :id, :type, :value, :source_account_id) SENSITIVE = [] include Aws::Structure end |