Class: Aws::Types::ListQualificationTypesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListQualificationTypesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#must_be_owned_by_caller ⇒ Boolean
Returns the value of attribute must_be_owned_by_caller.
-
#must_be_requestable ⇒ Boolean
Returns the value of attribute must_be_requestable.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#query ⇒ ::String
Returns the value of attribute query.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
368 369 370 |
# File 'sig/types.rbs', line 368 def max_results @max_results end |
#must_be_owned_by_caller ⇒ Boolean
Returns the value of attribute must_be_owned_by_caller.
366 367 368 |
# File 'sig/types.rbs', line 366 def must_be_owned_by_caller @must_be_owned_by_caller end |
#must_be_requestable ⇒ Boolean
Returns the value of attribute must_be_requestable.
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.
367 368 369 |
# File 'sig/types.rbs', line 367 def next_token @next_token end |
#query ⇒ ::String
Returns the value of attribute query.
364 365 366 |
# File 'sig/types.rbs', line 364 def query @query end |