Class: Aws::Types::GetClassifiersResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#classifiers::Array[Types::Classifier]

Returns the value of attribute classifiers.

Returns:



3292
3293
3294
# File 'sig/types.rbs', line 3292

def classifiers
  @classifiers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3293
3294
3295
# File 'sig/types.rbs', line 3293

def next_token
  @next_token
end