Class: Aws::Schemas::Types::DescribeSchemaOutput

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

#content ⇒ String

The source of the schema definition.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

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

#description ⇒ String

The description of the schema.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

class DescribeSchemaOutput < Struct.new(
  :content,
  :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)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

class DescribeSchemaOutput < Struct.new(
  :content,
  :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)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

class DescribeSchemaOutput < Struct.new(
  :content,
  :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)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

class DescribeSchemaOutput < Struct.new(
  :content,
  :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)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

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

#tags ⇒ Hash<String,String>

Tags associated with the resource.

Returns:

  • (Hash<String,String>)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

class DescribeSchemaOutput < Struct.new(
  :content,
  :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)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

class DescribeSchemaOutput < Struct.new(
  :content,
  :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)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'lib/aws-sdk-schemas/types.rb', line 551

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