Class: Aws::Types::ListProfilePermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListProfilePermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
158 159 160 |
# File 'sig/types.rbs', line 158 def next_token @next_token end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
157 158 159 |
# File 'sig/types.rbs', line 157 def profile_name @profile_name end |