Class: Aws::Types::ListPrincipalThingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalThingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal ⇒ ::String
Returns the value of attribute principal.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3462 3463 3464 |
# File 'sig/types.rbs', line 3462 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3461 3462 3463 |
# File 'sig/types.rbs', line 3461 def next_token @next_token end |
#principal ⇒ ::String
Returns the value of attribute principal.
3463 3464 3465 |
# File 'sig/types.rbs', line 3463 def principal @principal end |