Class: Aws::Types::ListPrincipalThingsV2Request
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalThingsV2Request
- 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.
-
#thing_principal_type ⇒ "EXCLUSIVE_THING", "NON_EXCLUSIVE_THING"
Returns the value of attribute thing_principal_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3475 3476 3477 |
# File 'sig/types.rbs', line 3475 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3474 3475 3476 |
# File 'sig/types.rbs', line 3474 def next_token @next_token end |
#principal ⇒ ::String
Returns the value of attribute principal.
3476 3477 3478 |
# File 'sig/types.rbs', line 3476 def principal @principal end |
#thing_principal_type ⇒ "EXCLUSIVE_THING", "NON_EXCLUSIVE_THING"
Returns the value of attribute thing_principal_type.
3477 3478 3479 |
# File 'sig/types.rbs', line 3477 def thing_principal_type @thing_principal_type end |