Module: Aws::IAM::Client::_ListPoliciesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListPoliciesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#is_truncated ⇒ Boolean
1290 |
# File 'sig/client.rbs', line 1290
def is_truncated: () -> bool
|
#marker ⇒ ::String
1291 |
# File 'sig/client.rbs', line 1291
def marker: () -> ::String
|
#policies ⇒ ::Array[Types::Policy]
1289 |
# File 'sig/client.rbs', line 1289
def policies: () -> ::Array[Types::Policy]
|