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