Module: Aws::BedrockAgentCoreControl::Client::_UpdateGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorizer_configuration ⇒ Types::AuthorizerConfiguration
- #authorizer_type ⇒ "CUSTOM_JWT", ...
- #created_at ⇒ ::Time
- #custom_transform_configuration ⇒ Types::CustomTransformConfiguration
- #description ⇒ ::String
- #exception_level ⇒ "DEBUG"
- #gateway_arn ⇒ ::String
- #gateway_id ⇒ ::String
- #gateway_url ⇒ ::String
- #interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
- #kms_key_arn ⇒ ::String
- #name ⇒ ::String
- #policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
- #protocol_configuration ⇒ Types::GatewayProtocolConfiguration
- #protocol_type ⇒ "MCP"
- #role_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reasons ⇒ ::Array[::String]
- #updated_at ⇒ ::Time
- #waf_configuration ⇒ Types::WafConfiguration
- #web_acl_arn ⇒ ::String
- #workload_identity_details ⇒ Types::WorkloadIdentityDetails
Instance Method Details
#authorizer_configuration ⇒ Types::AuthorizerConfiguration
2504 |
# File 'sig/client.rbs', line 2504
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", ...
2503 |
# File 'sig/client.rbs', line 2503
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY")
|
#created_at ⇒ ::Time
2494 |
# File 'sig/client.rbs', line 2494
def created_at: () -> ::Time
|
#custom_transform_configuration ⇒ Types::CustomTransformConfiguration
2506 |
# File 'sig/client.rbs', line 2506
def custom_transform_configuration: () -> Types::CustomTransformConfiguration
|
#description ⇒ ::String
2499 |
# File 'sig/client.rbs', line 2499
def description: () -> ::String
|
#exception_level ⇒ "DEBUG"
2510 |
# File 'sig/client.rbs', line 2510
def exception_level: () -> ("DEBUG")
|
#gateway_arn ⇒ ::String
2491 |
# File 'sig/client.rbs', line 2491
def gateway_arn: () -> ::String
|
#gateway_id ⇒ ::String
2492 |
# File 'sig/client.rbs', line 2492
def gateway_id: () -> ::String
|
#gateway_url ⇒ ::String
2493 |
# File 'sig/client.rbs', line 2493
def gateway_url: () -> ::String
|
#interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
2507 |
# File 'sig/client.rbs', line 2507
def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
|
#kms_key_arn ⇒ ::String
2505 |
# File 'sig/client.rbs', line 2505
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
2498 |
# File 'sig/client.rbs', line 2498
def name: () -> ::String
|
#policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
2508 |
# File 'sig/client.rbs', line 2508
def policy_engine_configuration: () -> Types::GatewayPolicyEngineConfiguration
|
#protocol_configuration ⇒ Types::GatewayProtocolConfiguration
2502 |
# File 'sig/client.rbs', line 2502
def protocol_configuration: () -> Types::GatewayProtocolConfiguration
|
#protocol_type ⇒ "MCP"
2501 |
# File 'sig/client.rbs', line 2501
def protocol_type: () -> ("MCP")
|
#role_arn ⇒ ::String
2500 |
# File 'sig/client.rbs', line 2500
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
2496 |
# File 'sig/client.rbs', line 2496
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
2497 |
# File 'sig/client.rbs', line 2497
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
2495 |
# File 'sig/client.rbs', line 2495
def updated_at: () -> ::Time
|
#waf_configuration ⇒ Types::WafConfiguration
2512 |
# File 'sig/client.rbs', line 2512
def waf_configuration: () -> Types::WafConfiguration
|
#web_acl_arn ⇒ ::String
2511 |
# File 'sig/client.rbs', line 2511
def web_acl_arn: () -> ::String
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
2509 |
# File 'sig/client.rbs', line 2509
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|