Module: Aws::BedrockAgentCoreControl::Client::_CreateGatewayTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateGatewayTargetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #authorization_data ⇒ Types::AuthorizationData
- #created_at ⇒ ::Time
- #credential_provider_configurations ⇒ ::Array[Types::CredentialProviderConfiguration]
- #description ⇒ ::String
- #gateway_arn ⇒ ::String
- #last_synchronized_at ⇒ ::Time
- #metadata_configuration ⇒ Types::MetadataConfiguration
- #name ⇒ ::String
- #private_endpoint ⇒ Types::PrivateEndpoint
- #private_endpoint_managed_resources ⇒ ::Array[Types::ManagedResourceDetails]
- #protocol_type ⇒ "MCP", "HTTP"
- #status ⇒ "CREATING", ...
- #status_reasons ⇒ ::Array[::String]
- #target_configuration ⇒ Types::TargetConfiguration
- #target_id ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#authorization_data ⇒ Types::AuthorizationData
460 |
# File 'sig/client.rbs', line 460
def authorization_data: () -> Types::AuthorizationData
|
#created_at ⇒ ::Time
448 |
# File 'sig/client.rbs', line 448
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialProviderConfiguration]
455 |
# File 'sig/client.rbs', line 455
def credential_provider_configurations: () -> ::Array[Types::CredentialProviderConfiguration]
|
#description ⇒ ::String
453 |
# File 'sig/client.rbs', line 453
def description: () -> ::String
|
#gateway_arn ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def gateway_arn: () -> ::String
|
#last_synchronized_at ⇒ ::Time
456 |
# File 'sig/client.rbs', line 456
def last_synchronized_at: () -> ::Time
|
#metadata_configuration ⇒ Types::MetadataConfiguration
457 |
# File 'sig/client.rbs', line 457
def metadata_configuration: () -> Types::MetadataConfiguration
|
#name ⇒ ::String
452 |
# File 'sig/client.rbs', line 452
def name: () -> ::String
|
#private_endpoint ⇒ Types::PrivateEndpoint
458 |
# File 'sig/client.rbs', line 458
def private_endpoint: () -> Types::PrivateEndpoint
|
#private_endpoint_managed_resources ⇒ ::Array[Types::ManagedResourceDetails]
459 |
# File 'sig/client.rbs', line 459
def private_endpoint_managed_resources: () -> ::Array[Types::ManagedResourceDetails]
|
#protocol_type ⇒ "MCP", "HTTP"
461 |
# File 'sig/client.rbs', line 461
def protocol_type: () -> ("MCP" | "HTTP")
|
#status ⇒ "CREATING", ...
450 |
# File 'sig/client.rbs', line 450
def status: () -> ("CREATING" | "UPDATING" | "UPDATE_UNSUCCESSFUL" | "DELETING" | "READY" | "FAILED" | "SYNCHRONIZING" | "SYNCHRONIZE_UNSUCCESSFUL" | "CREATE_PENDING_AUTH" | "UPDATE_PENDING_AUTH" | "SYNCHRONIZE_PENDING_AUTH")
|
#status_reasons ⇒ ::Array[::String]
451 |
# File 'sig/client.rbs', line 451
def status_reasons: () -> ::Array[::String]
|
#target_configuration ⇒ Types::TargetConfiguration
454 |
# File 'sig/client.rbs', line 454
def target_configuration: () -> Types::TargetConfiguration
|
#target_id ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def target_id: () -> ::String
|
#updated_at ⇒ ::Time
449 |
# File 'sig/client.rbs', line 449
def updated_at: () -> ::Time
|