Class: Aws::Schemas::Types::SchemaVersionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SchemaVersionSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The ARN of the schema version.
-
#schema_name ⇒ String
The name of the schema.
-
#schema_version ⇒ String
The version number of the schema.
- #type ⇒ String
Instance Attribute Details
#schema_arn ⇒ String
The ARN of the schema version.
1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-schemas/types.rb', line 1485 class SchemaVersionSummary < Struct.new( :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-schemas/types.rb', line 1485 class SchemaVersionSummary < Struct.new( :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
The version number of the schema.
1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-schemas/types.rb', line 1485 class SchemaVersionSummary < Struct.new( :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1485 1486 1487 1488 1489 1490 1491 1492 |
# File 'lib/aws-sdk-schemas/types.rb', line 1485 class SchemaVersionSummary < Struct.new( :schema_arn, :schema_name, :schema_version, :type) SENSITIVE = [] include Aws::Structure end |