Class: Aws::Types::ListPrincipalThingsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalThingsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal_thing_objects ⇒ ::Array[Types::PrincipalThingObject]
Returns the value of attribute principal_thing_objects.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def next_token @next_token end |
#principal_thing_objects ⇒ ::Array[Types::PrincipalThingObject]
Returns the value of attribute principal_thing_objects.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def principal_thing_objects @principal_thing_objects end |