Class: Aws::Schemas::Types::DescribeSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DescribeSchemaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The source of the schema definition.
-
#description ⇒ String
The description of the schema.
-
#last_modified ⇒ Time
The date and time that schema was modified.
-
#schema_arn ⇒ String
The ARN of the schema.
-
#schema_name ⇒ String
The name of the schema.
-
#schema_version ⇒ String
The version number of the schema.
-
#tags ⇒ Hash<String,String>
Tags associated with the resource.
-
#type ⇒ String
The type of the schema.
-
#version_created_date ⇒ Time
The date the schema version was created.
Instance Attribute Details
#content ⇒ String
The source of the schema definition.
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.
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.
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.
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.
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
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.
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.
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.
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 |