Class: Aws::Schemas::Types::SearchSchemaSummary

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

#registry_nameString

The name of the registry.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-schemas/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_arnString

The ARN of the schema.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-schemas/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_nameString

The name of the schema.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-schemas/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_versionsArray<Types::SearchSchemaVersionSummary>

An array of schema version summaries.



1512
1513
1514
1515
1516
1517
1518
1519
# File 'gems/aws-sdk-schemas/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