Class: Aws::CleanRooms::Types::SchemaStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::SchemaStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Information about the schema status.
A status of ‘READY` means that based on the schema analysis rule, queries of the given analysis rule type are properly configured to run queries on this schema.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_rule_type ⇒ String
The analysis rule type for which the schema status has been evaluated.
-
#analysis_type ⇒ String
The type of analysis that can be performed on the schema.
-
#configurations ⇒ Array<String>
The configuration details of the schema analysis rule for the given type.
-
#reasons ⇒ Array<Types::SchemaStatusReason>
The reasons why the schema status is set to its current state.
-
#status ⇒ String
The status of the schema, indicating if it is ready to query.
Instance Attribute Details
#analysis_rule_type ⇒ String
The analysis rule type for which the schema status has been evaluated.
6997 6998 6999 7000 7001 7002 7003 7004 7005 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6997 class SchemaStatusDetail < Struct.new( :status, :reasons, :analysis_rule_type, :configurations, :analysis_type) SENSITIVE = [] include Aws::Structure end |
#analysis_type ⇒ String
The type of analysis that can be performed on the schema.
A schema can have an ‘analysisType` of `DIRECT_ANALYSIS`, `ADDITIONAL_ANALYSIS_FOR_AUDIENCE_GENERATION`, or both.
6997 6998 6999 7000 7001 7002 7003 7004 7005 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6997 class SchemaStatusDetail < Struct.new( :status, :reasons, :analysis_rule_type, :configurations, :analysis_type) SENSITIVE = [] include Aws::Structure end |
#configurations ⇒ Array<String>
The configuration details of the schema analysis rule for the given type.
6997 6998 6999 7000 7001 7002 7003 7004 7005 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6997 class SchemaStatusDetail < Struct.new( :status, :reasons, :analysis_rule_type, :configurations, :analysis_type) SENSITIVE = [] include Aws::Structure end |
#reasons ⇒ Array<Types::SchemaStatusReason>
The reasons why the schema status is set to its current state.
6997 6998 6999 7000 7001 7002 7003 7004 7005 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6997 class SchemaStatusDetail < Struct.new( :status, :reasons, :analysis_rule_type, :configurations, :analysis_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the schema, indicating if it is ready to query.
6997 6998 6999 7000 7001 7002 7003 7004 7005 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6997 class SchemaStatusDetail < Struct.new( :status, :reasons, :analysis_rule_type, :configurations, :analysis_type) SENSITIVE = [] include Aws::Structure end |