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.
6775 6776 6777 |
# File 'sig/types.rbs', line 6775 def next_token @next_token end |
#principals ⇒ ::Array[Types::PrincipalIdFormat]
Returns the value of attribute principals.
6774 6775 6776 |
# File 'sig/types.rbs', line 6774 def principals @principals end |