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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The source of the schema definition.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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

#descriptionString

The description of the schema.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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_modifiedTime

The date and time that schema was modified.

Returns:

  • (Time)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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_arnString

The ARN of the schema.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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_nameString

The name of the schema.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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_versionString

The version number of the schema

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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

#tagsHash<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 'gems/aws-sdk-schemas/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

#typeString

The type of the schema.

Returns:

  • (String)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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_dateTime

The date the schema version was created.

Returns:

  • (Time)


551
552
553
554
555
556
557
558
559
560
561
562
563
# File 'gems/aws-sdk-schemas/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