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

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

Returns:

  • (String)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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

#descriptionString

Returns:

  • (String)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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_modifiedTime

Returns:

  • (Time)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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_arnString

Returns:

  • (String)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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_nameString

Returns:

  • (String)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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_versionString

Returns:

  • (String)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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

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

#typeString

Returns:

  • (String)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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_dateTime

Returns:

  • (Time)


614
615
616
617
618
619
620
621
622
623
624
625
626
# File 'gems/aws-sdk-schemas/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