Class: Aws::Types::QuerySchemaVersionMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::QuerySchemaVersionMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metadata_info_map ⇒ ::Hash[::String, Types::MetadataInfo]
Returns the value of attribute metadata_info_map.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
Instance Attribute Details
#metadata_info_map ⇒ ::Hash[::String, Types::MetadataInfo]
Returns the value of attribute metadata_info_map.
6155 6156 6157 |
# File 'sig/types.rbs', line 6155 def @metadata_info_map end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6157 6158 6159 |
# File 'sig/types.rbs', line 6157 def next_token @next_token end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6156 6157 6158 |
# File 'sig/types.rbs', line 6156 def schema_version_id @schema_version_id end |