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
270 |
# File 'sig/client.rbs', line 270
def agent_id: () -> ::String
|
#agent_name ⇒ ::String
272 |
# File 'sig/client.rbs', line 272
def agent_name: () -> ::String
|
#agent_status ⇒ "ACTIVE", ...
271 |
# File 'sig/client.rbs', line 271
def agent_status: () -> ("ACTIVE" | "UPDATING" | "FAILED" | "CREATING")
|
#arn ⇒ ::String
269 |
# File 'sig/client.rbs', line 269
def arn: () -> ::String
|
#request_id ⇒ ::String
273 |
# File 'sig/client.rbs', line 273
def request_id: () -> ::String
|