Module: Aws::QuickSight::Client::_CreateAgentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAgentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_id ⇒ ::String
- #agent_name ⇒ ::String
- #agent_status ⇒ "ACTIVE", ...
- #arn ⇒ ::String
- #request_id ⇒ ::String
Instance Method Details
#agent_id ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def agent_id: () -> ::String
|
#agent_name ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def agent_name: () -> ::String
|
#agent_status ⇒ "ACTIVE", ...
253 |
# File 'sig/client.rbs', line 253
def agent_status: () -> ("ACTIVE" | "UPDATING" | "FAILED" | "CREATING")
|
#arn ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def arn: () -> ::String
|
#request_id ⇒ ::String
255 |
# File 'sig/client.rbs', line 255
def request_id: () -> ::String
|