Class: Aws::Schemas::Types::DescribeSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DescribeSchemaResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #content ⇒ String
- #description ⇒ String
- #last_modified ⇒ Time
- #schema_arn ⇒ String
- #schema_name ⇒ String
- #schema_version ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
- #type ⇒ String
- #version_created_date ⇒ Time
Instance Attribute Details
#content ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < Struct.new( :content, :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < 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
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < 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
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < 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
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < 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
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < 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>
Key-value pairs associated with a resource.
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < Struct.new( :content, :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < 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
614 615 616 617 618 619 620 621 622 623 624 625 626 |
# File 'lib/aws-sdk-schemas/types.rb', line 614 class DescribeSchemaResponse < Struct.new( :content, :description, :last_modified, :schema_arn, :schema_name, :schema_version, :tags, :type, :version_created_date) SENSITIVE = [] include Aws::Structure end |