Module: Aws::BedrockAgentCoreControl::Client::_DeleteGatewayTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteGatewayTargetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #gateway_arn ⇒ ::String
- #status ⇒ "CREATING", ...
- #status_reasons ⇒ ::Array[::String]
- #target_id ⇒ ::String
Instance Method Details
#gateway_arn ⇒ ::String
964 |
# File 'sig/client.rbs', line 964
def gateway_arn: () -> ::String
|
#status ⇒ "CREATING", ...
966 |
# File 'sig/client.rbs', line 966
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]
967 |
# File 'sig/client.rbs', line 967
def status_reasons: () -> ::Array[::String]
|
#target_id ⇒ ::String
965 |
# File 'sig/client.rbs', line 965
def target_id: () -> ::String
|