Class: Aws::Types::ListProfilePermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProfilePermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
-
#policy_size_bytes ⇒ ::Integer
Returns the value of attribute policy_size_bytes.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
166 167 168 |
# File 'sig/types.rbs', line 166 def next_token @next_token end |
#permissions ⇒ ::Array[Types::Permission]
Returns the value of attribute permissions.
165 166 167 |
# File 'sig/types.rbs', line 165 def end |
#policy_size_bytes ⇒ ::Integer
Returns the value of attribute policy_size_bytes.
164 165 166 |
# File 'sig/types.rbs', line 164 def policy_size_bytes @policy_size_bytes end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
163 164 165 |
# File 'sig/types.rbs', line 163 def revision_id @revision_id end |