Class: Aws::Schemas::Types::SchemaOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String

The description of the schema.

Returns:

  • (String)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified ⇒ Time

The date and time that schema was modified.

Returns:

  • (Time)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arn ⇒ String

The ARN of the schema.

Returns:

  • (String)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#schema_name ⇒ String

The name of the schema.

Returns:

  • (String)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#schema_version ⇒ String

The version number of the schema

Returns:

  • (String)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Hash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#type ⇒ String

The type of the schema.

Returns:

  • (String)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end

#version_created_date ⇒ Time

The date the schema version was created.

Returns:

  • (Time)


1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
# File 'lib/aws-sdk-schemas/types.rb', line 1421

class SchemaOutput < Struct.new(
  :description,
  :last_modified,
  :schema_arn,
  :schema_name,
  :schema_version,
  :tags,
  :type,
  :version_created_date)
  SENSITIVE = []
  include Aws::Structure
end