Class: Aws::Personalize::Types::DatasetSchemaSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Provides a summary of the properties of a dataset schema. For a complete listing, call the DescribeSchema API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_timeTime

The date and time (in Unix time) that the schema was created.

Returns:

  • (Time)


1623
1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-personalize/types.rb', line 1623

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The date and time (in Unix time) that the schema was last updated.

Returns:

  • (Time)


1623
1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-personalize/types.rb', line 1623

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the schema.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-personalize/types.rb', line 1623

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) of the schema.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
# File 'lib/aws-sdk-personalize/types.rb', line 1623

class DatasetSchemaSummary < Struct.new(
  :name,
  :schema_arn,
  :creation_date_time,
  :last_updated_date_time)
  SENSITIVE = []
  include Aws::Structure
end