Class: Aws::Schemas::Types::SearchSchemaSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::SearchSchemaSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_name ⇒ String
The name of the registry.
-
#schema_arn ⇒ String
The ARN of the schema.
-
#schema_name ⇒ String
The name of the schema.
-
#schema_versions ⇒ Array<Types::SearchSchemaVersionSummary>
An array of schema version summaries.
Instance Attribute Details
#registry_name ⇒ String
The name of the registry.
1512 1513 1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-schemas/types.rb', line 1512 class SearchSchemaSummary < Struct.new( :registry_name, :schema_arn, :schema_name, :schema_versions) SENSITIVE = [] include Aws::Structure end |
#schema_arn ⇒ String
The ARN of the schema.
1512 1513 1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-schemas/types.rb', line 1512 class SearchSchemaSummary < Struct.new( :registry_name, :schema_arn, :schema_name, :schema_versions) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
The name of the schema.
1512 1513 1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-schemas/types.rb', line 1512 class SearchSchemaSummary < Struct.new( :registry_name, :schema_arn, :schema_name, :schema_versions) SENSITIVE = [] include Aws::Structure end |
#schema_versions ⇒ Array<Types::SearchSchemaVersionSummary>
An array of schema version summaries.
1512 1513 1514 1515 1516 1517 1518 1519 |
# File 'lib/aws-sdk-schemas/types.rb', line 1512 class SearchSchemaSummary < Struct.new( :registry_name, :schema_arn, :schema_name, :schema_versions) SENSITIVE = [] include Aws::Structure end |