Class: Aws::Types::ListThingPrincipalsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListThingPrincipalsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#thing_principal_objects ⇒ ::Array[Types::ThingPrincipalObject]
Returns the value of attribute thing_principal_objects.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3695 3696 3697 |
# File 'sig/types.rbs', line 3695 def next_token @next_token end |
#thing_principal_objects ⇒ ::Array[Types::ThingPrincipalObject]
Returns the value of attribute thing_principal_objects.
3694 3695 3696 |
# File 'sig/types.rbs', line 3694 def thing_principal_objects @thing_principal_objects end |