Module: Aws::BedrockAgentCoreControl::Client::_CreateBrowserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateBrowserResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#browser_arn ⇒ ::String
179 |
# File 'sig/client.rbs', line 179
def browser_arn: () -> ::String
|
#browser_id ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def browser_id: () -> ::String
|
#created_at ⇒ ::Time
180 |
# File 'sig/client.rbs', line 180
def created_at: () -> ::Time
|
#status ⇒ "CREATING", ...
181 |
# File 'sig/client.rbs', line 181
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|