Class: Aws::Schemas::Types::DescribeSchemaResponse

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

Returns:

  • (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

Returns:

  • (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

Returns:

  • (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

Returns:

  • (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

Returns:

  • (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

Returns:

  • (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.

Returns:

  • (Hash<String,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

#type ⇒ String

Returns:

  • (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

Returns:

  • (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