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
454 |
# File 'sig/client.rbs', line 454
def authorization_data: () -> Types::AuthorizationData
|
#created_at ⇒ ::Time
442 |
# File 'sig/client.rbs', line 442
def created_at: () -> ::Time
|
#credential_provider_configurations ⇒ ::Array[Types::CredentialProviderConfiguration]
449 |
# File 'sig/client.rbs', line 449
def credential_provider_configurations: () -> ::Array[Types::CredentialProviderConfiguration]
|
#description ⇒ ::String
447 |
# File 'sig/client.rbs', line 447
def description: () -> ::String
|
#gateway_arn ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def gateway_arn: () -> ::String
|
#last_synchronized_at ⇒ ::Time
450 |
# File 'sig/client.rbs', line 450
def last_synchronized_at: () -> ::Time
|
#metadata_configuration ⇒ Types::MetadataConfiguration
451 |
# File 'sig/client.rbs', line 451
def metadata_configuration: () -> Types::MetadataConfiguration
|
#name ⇒ ::String
446 |
# File 'sig/client.rbs', line 446
def name: () -> ::String
|
#private_endpoint ⇒ Types::PrivateEndpoint
452 |
# File 'sig/client.rbs', line 452
def private_endpoint: () -> Types::PrivateEndpoint
|
#private_endpoint_managed_resources ⇒ ::Array[Types::ManagedResourceDetails]
453 |
# File 'sig/client.rbs', line 453
def private_endpoint_managed_resources: () -> ::Array[Types::ManagedResourceDetails]
|
#protocol_type ⇒ "MCP", "HTTP"
455 |
# File 'sig/client.rbs', line 455
def protocol_type: () -> ("MCP" | "HTTP")
|
#status ⇒ "CREATING", ...
444 |
# File 'sig/client.rbs', line 444
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]
445 |
# File 'sig/client.rbs', line 445
def status_reasons: () -> ::Array[::String]
|
#target_configuration ⇒ Types::TargetConfiguration
448 |
# File 'sig/client.rbs', line 448
def target_configuration: () -> Types::TargetConfiguration
|
#target_id ⇒ ::String
441 |
# File 'sig/client.rbs', line 441
def target_id: () -> ::String
|
#updated_at ⇒ ::Time
443 |
# File 'sig/client.rbs', line 443
def updated_at: () -> ::Time
|