Class: Aws::CleanRooms::Types::SchemaStatusDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cleanrooms/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

Instance Attribute Details

#analysis_rule_typeString

The analysis rule type for which the schema status has been evaluated.

Returns:

  • (String)


5159
5160
5161
5162
5163
5164
5165
5166
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5159

class SchemaStatusDetail < Struct.new(
  :status,
  :reasons,
  :analysis_rule_type,
  :configurations)
  SENSITIVE = []
  include Aws::Structure
end

#configurationsArray<String>

The configuration details of the schema analysis rule for the given type.

Returns:

  • (Array<String>)


5159
5160
5161
5162
5163
5164
5165
5166
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5159

class SchemaStatusDetail < Struct.new(
  :status,
  :reasons,
  :analysis_rule_type,
  :configurations)
  SENSITIVE = []
  include Aws::Structure
end

#reasonsArray<Types::SchemaStatusReason>

The reasons why the schema status is set to its current state.

Returns:



5159
5160
5161
5162
5163
5164
5165
5166
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5159

class SchemaStatusDetail < Struct.new(
  :status,
  :reasons,
  :analysis_rule_type,
  :configurations)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the schema.

Returns:

  • (String)


5159
5160
5161
5162
5163
5164
5165
5166
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5159

class SchemaStatusDetail < Struct.new(
  :status,
  :reasons,
  :analysis_rule_type,
  :configurations)
  SENSITIVE = []
  include Aws::Structure
end