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
1375 |
# File 'sig/client.rbs', line 1375
def authorizer_configuration: () -> Types::AuthorizerConfiguration
|
#authorizer_type ⇒ "CUSTOM_JWT", ...
1374 |
# File 'sig/client.rbs', line 1374
def authorizer_type: () -> ("CUSTOM_JWT" | "AWS_IAM" | "NONE" | "AUTHENTICATE_ONLY")
|
#created_at ⇒ ::Time
1365 |
# File 'sig/client.rbs', line 1365
def created_at: () -> ::Time
|
#custom_transform_configuration ⇒ Types::CustomTransformConfiguration
1377 |
# File 'sig/client.rbs', line 1377
def custom_transform_configuration: () -> Types::CustomTransformConfiguration
|
#description ⇒ ::String
1370 |
# File 'sig/client.rbs', line 1370
def description: () -> ::String
|
#exception_level ⇒ "DEBUG"
1381 |
# File 'sig/client.rbs', line 1381
def exception_level: () -> ("DEBUG")
|
#gateway_arn ⇒ ::String
1362 |
# File 'sig/client.rbs', line 1362
def gateway_arn: () -> ::String
|
#gateway_id ⇒ ::String
1363 |
# File 'sig/client.rbs', line 1363
def gateway_id: () -> ::String
|
#gateway_url ⇒ ::String
1364 |
# File 'sig/client.rbs', line 1364
def gateway_url: () -> ::String
|
#interceptor_configurations ⇒ ::Array[Types::GatewayInterceptorConfiguration]
1378 |
# File 'sig/client.rbs', line 1378
def interceptor_configurations: () -> ::Array[Types::GatewayInterceptorConfiguration]
|
#kms_key_arn ⇒ ::String
1376 |
# File 'sig/client.rbs', line 1376
def kms_key_arn: () -> ::String
|
#name ⇒ ::String
1369 |
# File 'sig/client.rbs', line 1369
def name: () -> ::String
|
#policy_engine_configuration ⇒ Types::GatewayPolicyEngineConfiguration
1379 |
# File 'sig/client.rbs', line 1379
def policy_engine_configuration: () -> Types::GatewayPolicyEngineConfiguration
|
#protocol_configuration ⇒ Types::GatewayProtocolConfiguration
1373 |
# File 'sig/client.rbs', line 1373
def protocol_configuration: () -> Types::GatewayProtocolConfiguration
|
#protocol_type ⇒ "MCP"
1372 |
# File 'sig/client.rbs', line 1372
def protocol_type: () -> ("MCP")
|
#role_arn ⇒ ::String
1371 |
# File 'sig/client.rbs', line 1371
def role_arn: () -> ::String
|
#status ⇒ "CREATING", ...
1367 |
# File 'sig/client.rbs', line 1367
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED")
|
#status_reasons ⇒ ::Array[::String]
1368 |
# File 'sig/client.rbs', line 1368
def status_reasons: () -> ::Array[::String]
|
#updated_at ⇒ ::Time
1366 |
# File 'sig/client.rbs', line 1366
def updated_at: () -> ::Time
|
#waf_configuration ⇒ Types::WafConfiguration
1383 |
# File 'sig/client.rbs', line 1383
def waf_configuration: () -> Types::WafConfiguration
|
#web_acl_arn ⇒ ::String
1382 |
# File 'sig/client.rbs', line 1382
def web_acl_arn: () -> ::String
|
#workload_identity_details ⇒ Types::WorkloadIdentityDetails
1380 |
# File 'sig/client.rbs', line 1380
def workload_identity_details: () -> Types::WorkloadIdentityDetails
|