Class: Aws::Types::ListQualificationTypesRequest

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)


368
369
370
# File 'sig/types.rbs', line 368

def max_results
  @max_results
end

#must_be_owned_by_callerBoolean

Returns the value of attribute must_be_owned_by_caller.

Returns:

  • (Boolean)


366
367
368
# File 'sig/types.rbs', line 366

def must_be_owned_by_caller
  @must_be_owned_by_caller
end

#must_be_requestableBoolean

Returns the value of attribute must_be_requestable.

Returns:

  • (Boolean)


365
366
367
# File 'sig/types.rbs', line 365

def must_be_requestable
  @must_be_requestable
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def next_token
  @next_token
end

#query::String

Returns the value of attribute query.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def query
  @query
end