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)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#analysis_rule_typesArray<String>

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

Returns:

  • (Array<String>)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_arnString

The unique Amazon Resource Name (ARN) for the collaboration that the schema belongs to.

Returns:

  • (String)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#collaboration_idString

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

Returns:

  • (String)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#columnsArray<Types::Column>

The columns for the relation that this schema represents.

Returns:



6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

The time at which the schema was created.

Returns:

  • (Time)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#creator_account_idString

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

Returns:

  • (String)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the schema.

Returns:

  • (String)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  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)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#partition_keysArray<Types::Column>

The partition keys for the dataset underlying this schema.

Returns:



6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#schema_status_detailsArray<Types::SchemaStatusDetail>

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

Returns:



6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#schema_type_propertiesTypes::SchemaTypeProperties

The schema type properties.



6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of schema.

Returns:

  • (String)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The most recent time at which the schema was updated.

Returns:

  • (Time)


6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
# File 'gems/aws-sdk-cleanrooms/lib/aws-sdk-cleanrooms/types.rb', line 6951

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,
  :schema_type_properties)
  SENSITIVE = []
  include Aws::Structure
end