Class: Aws::Types::ListCollectionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#collection_ids::Array[::String]

Returns the value of attribute collection_ids.

Returns:

  • (::Array[::String])


1232
1233
1234
# File 'sig/types.rbs', line 1232

def collection_ids
  @collection_ids
end

#face_model_versions::Array[::String]

Returns the value of attribute face_model_versions.

Returns:

  • (::Array[::String])


1234
1235
1236
# File 'sig/types.rbs', line 1234

def face_model_versions
  @face_model_versions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1233
1234
1235
# File 'sig/types.rbs', line 1233

def next_token
  @next_token
end