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
970 |
# File 'sig/client.rbs', line 970
def gateway_arn: () -> ::String
|
#status ⇒ "CREATING", ...
972 |
# File 'sig/client.rbs', line 972
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]
973 |
# File 'sig/client.rbs', line 973
def status_reasons: () -> ::Array[::String]
|
#target_id ⇒ ::String
971 |
# File 'sig/client.rbs', line 971
def target_id: () -> ::String
|