Module: Aws::QuickSight::Client::_ListIdentityPropagationConfigsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIdentityPropagationConfigsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #services ⇒ ::Array[Types::AuthorizedTargetsByService]
- #status ⇒ ::Integer
Instance Method Details
#next_token ⇒ ::String
3198 |
# File 'sig/client.rbs', line 3198
def next_token: () -> ::String
|
#request_id ⇒ ::String
3200 |
# File 'sig/client.rbs', line 3200
def request_id: () -> ::String
|
#services ⇒ ::Array[Types::AuthorizedTargetsByService]
3197 |
# File 'sig/client.rbs', line 3197
def services: () -> ::Array[Types::AuthorizedTargetsByService]
|
#status ⇒ ::Integer
3199 |
# File 'sig/client.rbs', line 3199
def status: () -> ::Integer
|