Class: Aws::Types::QuerySchemaVersionMetadataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_info_map::Hash[::String, Types::MetadataInfo]

Returns the value of attribute metadata_info_map.

Returns:



6197
6198
6199
# File 'sig/types.rbs', line 6197

def 
  @metadata_info_map
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6199
6200
6201
# File 'sig/types.rbs', line 6199

def next_token
  @next_token
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


6198
6199
6200
# File 'sig/types.rbs', line 6198

def schema_version_id
  @schema_version_id
end