Class: Aws::CleanRooms::Types::SchemaSummary

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

Overview

The schema summary for the objects listed by the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_methodString

The analysis method for the associated schema. The only valid value is currently DIRECT\_QUERY.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_rule_typesArray<String>

The types of analysis rules that are associated with this schema object.

Returns:

  • (Array<String>)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The unique ARN for the collaboration that the schema belongs to.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

The unique ID for the collaboration that the schema belongs to.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time the schema object was created.

Returns:

  • (Time)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#creator_account_idString

The unique account ID for the Amazon Web Services account that owns the schema.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for the schema object.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of schema object.

Returns:

  • (String)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time the schema object was last updated.

Returns:

  • (Time)


7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 7097

class SchemaSummary < Struct.new(
  :name,
  :type,
  :creator_account_id,
  :create_time,
  :update_time,
  :collaboration_id,
  :collaboration_arn,
  :analysis_rule_types,
  :analysis_method)
  SENSITIVE = []
  include Aws::Structure
end