Class: Aws::Types::DescribePrincipalIdFormatResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribePrincipalIdFormatResult
- 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::PrincipalIdFormat]
Returns the value of attribute principals.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7048 7049 7050 |
# File 'sig/types.rbs', line 7048 def next_token @next_token end |
#principals ⇒ ::Array[Types::PrincipalIdFormat]
Returns the value of attribute principals.
7047 7048 7049 |
# File 'sig/types.rbs', line 7047 def principals @principals end |