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
2903 |
# File 'sig/client.rbs', line 2903
def next_token: () -> ::String
|
#request_id ⇒ ::String
2905 |
# File 'sig/client.rbs', line 2905
def request_id: () -> ::String
|
#services ⇒ ::Array[Types::AuthorizedTargetsByService]
2902 |
# File 'sig/client.rbs', line 2902
def services: () -> ::Array[Types::AuthorizedTargetsByService]
|
#status ⇒ ::Integer
2904 |
# File 'sig/client.rbs', line 2904
def status: () -> ::Integer
|