Module: Aws::Signer::Client::_ListProfilePermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListProfilePermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #permissions ⇒ ::Array[Types::Permission]
- #policy_size_bytes ⇒ ::Integer
- #revision_id ⇒ ::String
Instance Method Details
#next_token ⇒ ::String
191 |
# File 'sig/client.rbs', line 191
def next_token: () -> ::String
|
#permissions ⇒ ::Array[Types::Permission]
190 |
# File 'sig/client.rbs', line 190
def permissions: () -> ::Array[Types::Permission]
|
#policy_size_bytes ⇒ ::Integer
189 |
# File 'sig/client.rbs', line 189
def policy_size_bytes: () -> ::Integer
|
#revision_id ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def revision_id: () -> ::String
|