Module: Aws::BedrockAgentCoreControl::Client::_GetGatewayResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetGatewayResponse]
- 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
1572 |
# File 'sig/client.rbs', line 1572
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", ...
1571 |
# File 'sig/client.rbs', line 1571
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY")
|
#created_at ⇒ ::Time
1562 |
# File 'sig/client.rbs', line 1562
def created_at: () -> ::Time
|
#custom_transform_configuration ⇒ Types::CustomTransformConfiguration
1574 |
# File 'sig/client.rbs', line 1574
def custom_transform_configuration: () -> Types::CustomTransformConfiguration
|
#description ⇒ ::String
1567 |
# File 'sig/client.rbs', line 1567
def description: () -> ::String
|
#exception_level ⇒ "DEBUG"
1578 |
# File 'sig/client.rbs', line 1578
def exception_level: () -> ("DEBUG")
|
#gateway_arn ⇒ ::String
1559 |
# File 'sig/client.rbs', line 1559
def gateway_arn: () -> ::String
|
#gateway_id ⇒ ::String
1560 |
# File 'sig/client.rbs', line 1560
def gateway_id: () -> ::String
|
#gateway_url ⇒ ::String
1561 |
# File 'sig/client.rbs', line 1561
def gateway_url: () -> ::String
|
#interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
1575 |
# File 'sig/client.rbs', line 1575
def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
|
#kms_key_arn ⇒ ::String
1573 |
# File 'sig/client.rbs', line 1573
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
1566 |
# File 'sig/client.rbs', line 1566
def name: () -> ::String
|
#policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
1576 |
# File 'sig/client.rbs', line 1576
def policy_engine_configuration: () -> Types::GatewayPolicyEngineConfiguration
|
#protocol_configuration ⇒ Types::GatewayProtocolConfiguration
1570 |
# File 'sig/client.rbs', line 1570
def protocol_configuration: () -> Types::GatewayProtocolConfiguration
|
#protocol_type ⇒ "MCP"
1569 |
# File 'sig/client.rbs', line 1569
def protocol_type: () -> ("MCP")
|
#role_arn ⇒ ::String
1568 |
# File 'sig/client.rbs', line 1568
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
1564 |
# File 'sig/client.rbs', line 1564
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
1565 |
# File 'sig/client.rbs', line 1565
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1563 |
# File 'sig/client.rbs', line 1563
def updated_at: () -> ::Time
|
#waf_configuration ⇒ Types::WafConfiguration
1580 |
# File 'sig/client.rbs', line 1580
def waf_configuration: () -> Types::WafConfiguration
|
#web_acl_arn ⇒ ::String
1579 |
# File 'sig/client.rbs', line 1579
def web_acl_arn: () -> ::String
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
1577 |
# File 'sig/client.rbs', line 1577
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|