Class: Aws::CleanRooms::Types::Schema

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

Overview

A schema is a relation within a collaboration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_methodString

The analysis method for the schema. The only valid value is currently DIRECT_QUERY.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#analysis_rule_typesArray<String>

The analysis rule types associated with the schema. Currently, only one entry is present.

Returns:

  • (Array<String>)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#collaboration_arnString

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

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#collaboration_idString

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

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#columnsArray<Types::Column>

The columns for the relation this schema represents.

Returns:



5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#create_timeTime

The time the schema was created.

Returns:

  • (Time)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#creator_account_idString

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

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#descriptionString

A description for the schema.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#nameString

A name for the schema. The schema relation is referred to by this name when queried by a protected query.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#partition_keysArray<Types::Column>

The partition keys for the dataset underlying this schema.

Returns:



5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#schema_status_detailsArray<Types::SchemaStatusDetail>

Details about the status of the schema. Currently, only one entry is present.

Returns:



5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#typeString

The type of schema. The only valid value is currently TABLE.

Returns:

  • (String)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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

#update_timeTime

The time the schema was last updated.

Returns:

  • (Time)


5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 5093

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