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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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>)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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:



6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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:



6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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:



6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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.



6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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)


6923
6924
6925
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
# File 'lib/aws-sdk-cleanrooms/types.rb', line 6923

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