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
2779 |
# File 'sig/client.rbs', line 2779
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", ...
2778 |
# File 'sig/client.rbs', line 2778
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY")
|
#created_at ⇒ ::Time
2769 |
# File 'sig/client.rbs', line 2769
def created_at: () -> ::Time
|
#custom_transform_configuration ⇒ Types::CustomTransformConfiguration
2781 |
# File 'sig/client.rbs', line 2781
def custom_transform_configuration: () -> Types::CustomTransformConfiguration
|
#description ⇒ ::String
2774 |
# File 'sig/client.rbs', line 2774
def description: () -> ::String
|
#exception_level ⇒ "DEBUG"
2785 |
# File 'sig/client.rbs', line 2785
def exception_level: () -> ("DEBUG")
|
#gateway_arn ⇒ ::String
2766 |
# File 'sig/client.rbs', line 2766
def gateway_arn: () -> ::String
|
#gateway_id ⇒ ::String
2767 |
# File 'sig/client.rbs', line 2767
def gateway_id: () -> ::String
|
#gateway_url ⇒ ::String
2768 |
# File 'sig/client.rbs', line 2768
def gateway_url: () -> ::String
|
#interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
2782 |
# File 'sig/client.rbs', line 2782
def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
|
#kms_key_arn ⇒ ::String
2780 |
# File 'sig/client.rbs', line 2780
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
2773 |
# File 'sig/client.rbs', line 2773
def name: () -> ::String
|
#policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
2783 |
# File 'sig/client.rbs', line 2783
def policy_engine_configuration: () -> Types::GatewayPolicyEngineConfiguration
|
#protocol_configuration ⇒ Types::GatewayProtocolConfiguration
2777 |
# File 'sig/client.rbs', line 2777
def protocol_configuration: () -> Types::GatewayProtocolConfiguration
|
#protocol_type ⇒ "MCP"
2776 |
# File 'sig/client.rbs', line 2776
def protocol_type: () -> ("MCP")
|
#role_arn ⇒ ::String
2775 |
# File 'sig/client.rbs', line 2775
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
2771 |
# File 'sig/client.rbs', line 2771
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
2772 |
# File 'sig/client.rbs', line 2772
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
2770 |
# File 'sig/client.rbs', line 2770
def updated_at: () -> ::Time
|
#waf_configuration ⇒ Types::WafConfiguration
2787 |
# File 'sig/client.rbs', line 2787
def waf_configuration: () -> Types::WafConfiguration
|
#web_acl_arn ⇒ ::String
2786 |
# File 'sig/client.rbs', line 2786
def web_acl_arn: () -> ::String
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
2784 |
# File 'sig/client.rbs', line 2784
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|