Class: Aws::Types::QuerySchemaVersionMetadataInput
- Inherits:
-
Object
- Object
- Aws::Types::QuerySchemaVersionMetadataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#metadata_list ⇒ ::Array[Types::MetadataKeyValuePair]
Returns the value of attribute metadata_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6149 6150 6151 |
# File 'sig/types.rbs', line 6149 def max_results @max_results end |
#metadata_list ⇒ ::Array[Types::MetadataKeyValuePair]
Returns the value of attribute metadata_list.
6148 6149 6150 |
# File 'sig/types.rbs', line 6148 def @metadata_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6150 6151 6152 |
# File 'sig/types.rbs', line 6150 def next_token @next_token end |
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
6145 6146 6147 |
# File 'sig/types.rbs', line 6145 def schema_id @schema_id end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6147 6148 6149 |
# File 'sig/types.rbs', line 6147 def schema_version_id @schema_version_id end |
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
6146 6147 6148 |
# File 'sig/types.rbs', line 6146 def schema_version_number @schema_version_number end |