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:



3282
3283
3284
# File 'sig/types.rbs', line 3282

def classifiers
  @classifiers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3283
3284
3285
# File 'sig/types.rbs', line 3283

def next_token
  @next_token
end