Class: Aws::Types::SearchSchemaSummary
- Inherits:
-
Object
- Object
- Aws::Types::SearchSchemaSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_versions ⇒ ::Array[Types::SearchSchemaVersionSummary]
Returns the value of attribute schema_versions.
Instance Attribute Details
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
511 512 513 |
# File 'sig/types.rbs', line 511 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
512 513 514 |
# File 'sig/types.rbs', line 512 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
513 514 515 |
# File 'sig/types.rbs', line 513 def schema_name @schema_name end |
#schema_versions ⇒ ::Array[Types::SearchSchemaVersionSummary]
Returns the value of attribute schema_versions.
514 515 516 |
# File 'sig/types.rbs', line 514 def schema_versions @schema_versions end |