Class: Aws::Types::ListPolicyPrincipalsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPolicyPrincipalsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3432 3433 3434 |
# File 'sig/types.rbs', line 3432 def next_marker @next_marker end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
3431 3432 3433 |
# File 'sig/types.rbs', line 3431 def principals @principals end |