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
602 |
# File 'sig/client.rbs', line 602
def authorization_data: () -> Types::AuthorizationData
|
#created_at ⇒ ::Time
590 |
# File 'sig/client.rbs', line 590
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialProviderConfiguration]
597 |
# File 'sig/client.rbs', line 597
def credential_provider_configurations: () -> ::Array[Types::CredentialProviderConfiguration]
|
#description ⇒ ::String
595 |
# File 'sig/client.rbs', line 595
def description: () -> ::String
|
#gateway_arn ⇒ ::String
588 |
# File 'sig/client.rbs', line 588
def gateway_arn: () -> ::String
|
#last_synchronized_at ⇒ ::Time
598 |
# File 'sig/client.rbs', line 598
def last_synchronized_at: () -> ::Time
|
#metadata_configuration ⇒ Types::MetadataConfiguration
599 |
# File 'sig/client.rbs', line 599
def metadata_configuration: () -> Types::MetadataConfiguration
|
#name ⇒ ::String
594 |
# File 'sig/client.rbs', line 594
def name: () -> ::String
|
#private_endpoint ⇒ Types::PrivateEndpoint
600 |
# File 'sig/client.rbs', line 600
def private_endpoint: () -> Types::PrivateEndpoint
|
#private_endpoint_managed_resources ⇒ ::Array[Types::ManagedResourceDetails]
601 |
# File 'sig/client.rbs', line 601
def private_endpoint_managed_resources: () -> ::Array[Types::ManagedResourceDetails]
|
#protocol_type ⇒ "MCP", "HTTP"
603 |
# File 'sig/client.rbs', line 603
def protocol_type: () -> ("MCP" | "HTTP")
|
#status ⇒ "CREATING", ...
592 |
# File 'sig/client.rbs', line 592
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]
593 |
# File 'sig/client.rbs', line 593
def status_reasons: () -> ::Array[::String]
|
#target_configuration ⇒ Types::TargetConfiguration
596 |
# File 'sig/client.rbs', line 596
def target_configuration: () -> Types::TargetConfiguration
|
#target_id ⇒ ::String
589 |
# File 'sig/client.rbs', line 589
def target_id: () -> ::String
|
#updated_at ⇒ ::Time
591 |
# File 'sig/client.rbs', line 591
def updated_at: () -> ::Time
|