Class: Aws::Schemas::Types::SchemaSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SchemaSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
A summary of schema details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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.
-
#tags ⇒ Hash<String,String>
Tags associated with the schema.
-
#version_count ⇒ Integer
The number of versions available for the schema.
Instance Attribute Details
#last_modified ⇒ Time
The date and time that schema was modified.
1458 1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/aws-sdk-schemas/types.rb', line 1458 class SchemaSummary < Struct.new( :last_modified, :schema_arn, :schema_name, :tags, :version_count) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The ARN of the schema.
1458 1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/aws-sdk-schemas/types.rb', line 1458 class SchemaSummary < Struct.new( :last_modified, :schema_arn, :schema_name, :tags, :version_count) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
1458 1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/aws-sdk-schemas/types.rb', line 1458 class SchemaSummary < Struct.new( :last_modified, :schema_arn, :schema_name, :tags, :version_count) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags associated with the schema.
1458 1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/aws-sdk-schemas/types.rb', line 1458 class SchemaSummary < Struct.new( :last_modified, :schema_arn, :schema_name, :tags, :version_count) SENSITIVE = [] include Aws::Structure end |
#version_count ⇒ Integer
The number of versions available for the schema.
1458 1459 1460 1461 1462 1463 1464 1465 1466 |
# File 'lib/aws-sdk-schemas/types.rb', line 1458 class SchemaSummary < Struct.new( :last_modified, :schema_arn, :schema_name, :tags, :version_count) SENSITIVE = [] include Aws::Structure end |