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
1256 |
# File 'sig/client.rbs', line 1256
def is_truncated: () -> bool
|
#marker ⇒ ::String
1257 |
# File 'sig/client.rbs', line 1257
def marker: () -> ::String
|
#policies ⇒ ::Array[Types::Policy]
1255 |
# File 'sig/client.rbs', line 1255
def policies: () -> ::Array[Types::Policy]
|