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
2796 |
# File 'sig/client.rbs', line 2796
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", ...
2795 |
# File 'sig/client.rbs', line 2795
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY")
|
#created_at ⇒ ::Time
2786 |
# File 'sig/client.rbs', line 2786
def created_at: () -> ::Time
|
#custom_transform_configuration ⇒ Types::CustomTransformConfiguration
2798 |
# File 'sig/client.rbs', line 2798
def custom_transform_configuration: () -> Types::CustomTransformConfiguration
|
#description ⇒ ::String
2791 |
# File 'sig/client.rbs', line 2791
def description: () -> ::String
|
#exception_level ⇒ "DEBUG"
2802 |
# File 'sig/client.rbs', line 2802
def exception_level: () -> ("DEBUG")
|
#gateway_arn ⇒ ::String
2783 |
# File 'sig/client.rbs', line 2783
def gateway_arn: () -> ::String
|
#gateway_id ⇒ ::String
2784 |
# File 'sig/client.rbs', line 2784
def gateway_id: () -> ::String
|
#gateway_url ⇒ ::String
2785 |
# File 'sig/client.rbs', line 2785
def gateway_url: () -> ::String
|
#interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
2799 |
# File 'sig/client.rbs', line 2799
def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
|
#kms_key_arn ⇒ ::String
2797 |
# File 'sig/client.rbs', line 2797
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
2790 |
# File 'sig/client.rbs', line 2790
def name: () -> ::String
|
#policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
2800 |
# File 'sig/client.rbs', line 2800
def policy_engine_configuration: () -> Types::GatewayPolicyEngineConfiguration
|
#protocol_configuration ⇒ Types::GatewayProtocolConfiguration
2794 |
# File 'sig/client.rbs', line 2794
def protocol_configuration: () -> Types::GatewayProtocolConfiguration
|
#protocol_type ⇒ "MCP"
2793 |
# File 'sig/client.rbs', line 2793
def protocol_type: () -> ("MCP")
|
#role_arn ⇒ ::String
2792 |
# File 'sig/client.rbs', line 2792
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
2788 |
# File 'sig/client.rbs', line 2788
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
2789 |
# File 'sig/client.rbs', line 2789
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
2787 |
# File 'sig/client.rbs', line 2787
def updated_at: () -> ::Time
|
#waf_configuration ⇒ Types::WafConfiguration
2804 |
# File 'sig/client.rbs', line 2804
def waf_configuration: () -> Types::WafConfiguration
|
#web_acl_arn ⇒ ::String
2803 |
# File 'sig/client.rbs', line 2803
def web_acl_arn: () -> ::String
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
2801 |
# File 'sig/client.rbs', line 2801
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|