Class: Aws::Types::ListPrincipalsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principals ⇒ ::Array[Types::Principal]
Returns the value of attribute principals.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
385 386 387 |
# File 'sig/types.rbs', line 385 def next_token @next_token end |
#principals ⇒ ::Array[Types::Principal]
Returns the value of attribute principals.
384 385 386 |
# File 'sig/types.rbs', line 384 def principals @principals end |