Class: Aws::Types::QuerySchemaVersionMetadataInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6181
6182
6183
# File 'sig/types.rbs', line 6181

def max_results
  @max_results
end

#metadata_list::Array[Types::MetadataKeyValuePair]

Returns the value of attribute metadata_list.

Returns:



6180
6181
6182
# File 'sig/types.rbs', line 6180

def 
  @metadata_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6182
6183
6184
# File 'sig/types.rbs', line 6182

def next_token
  @next_token
end

#schema_idTypes::SchemaId

Returns the value of attribute schema_id.

Returns:



6177
6178
6179
# File 'sig/types.rbs', line 6177

def schema_id
  @schema_id
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


6179
6180
6181
# File 'sig/types.rbs', line 6179

def schema_version_id
  @schema_version_id
end

#schema_version_numberTypes::SchemaVersionNumber

Returns the value of attribute schema_version_number.



6178
6179
6180
# File 'sig/types.rbs', line 6178

def schema_version_number
  @schema_version_number
end