Module: Aws::BedrockAgentCoreControl::Client::_GetBrowserResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetBrowserResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #browser_arn ⇒ ::String
- #browser_id ⇒ ::String
- #browser_signing ⇒ Types::BrowserSigningConfigOutput
- #certificates ⇒ ::Array[Types::Certificate]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #enterprise_policies ⇒ ::Array[Types::BrowserEnterprisePolicy]
- #execution_role_arn ⇒ ::String
- #failure_reason ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #network_configuration ⇒ Types::BrowserNetworkConfiguration
- #recording ⇒ Types::RecordingConfig
- #status ⇒ "CREATING", ...
Instance Method Details
#browser_arn ⇒ ::String
1214 |
# File 'sig/client.rbs', line 1214
def browser_arn: () -> ::String
|
#browser_id ⇒ ::String
1213 |
# File 'sig/client.rbs', line 1213
def browser_id: () -> ::String
|
#browser_signing ⇒ Types::BrowserSigningConfigOutput
1220 |
# File 'sig/client.rbs', line 1220
def browser_signing: () -> Types::BrowserSigningConfigOutput
|
#certificates ⇒ ::Array[Types::Certificate]
1222 |
# File 'sig/client.rbs', line 1222
def certificates: () -> ::Array[Types::Certificate]
|
#created_at ⇒ ::Time
1225 |
# File 'sig/client.rbs', line 1225
def created_at: () -> ::Time
|
#description ⇒ ::String
1216 |
# File 'sig/client.rbs', line 1216
def description: () -> ::String
|
#enterprise_policies ⇒ ::Array[Types::BrowserEnterprisePolicy]
1221 |
# File 'sig/client.rbs', line 1221
def enterprise_policies: () -> ::Array[Types::BrowserEnterprisePolicy]
|
#execution_role_arn ⇒ ::String
1217 |
# File 'sig/client.rbs', line 1217
def execution_role_arn: () -> ::String
|
#failure_reason ⇒ ::String
1224 |
# File 'sig/client.rbs', line 1224
def failure_reason: () -> ::String
|
#last_updated_at ⇒ ::Time
1226 |
# File 'sig/client.rbs', line 1226
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
1215 |
# File 'sig/client.rbs', line 1215
def name: () -> ::String
|
#network_configuration ⇒ Types::BrowserNetworkConfiguration
1218 |
# File 'sig/client.rbs', line 1218
def network_configuration: () -> Types::BrowserNetworkConfiguration
|
#recording ⇒ Types::RecordingConfig
1219 |
# File 'sig/client.rbs', line 1219
def recording: () -> Types::RecordingConfig
|
#status ⇒ "CREATING", ...
1223 |
# File 'sig/client.rbs', line 1223
def status: () -> ("CREATING" | "CREATE_FAILED" | "READY" | "DELETING" | "DELETE_FAILED" | "DELETED")
|