Module: Aws::Pipes::Client::_DeletePipeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePipeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #current_state ⇒ "RUNNING", ...
- #desired_state ⇒ "RUNNING", ...
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
194 |
# File 'sig/client.rbs', line 194
def arn: () -> ::String
|
#creation_time ⇒ ::Time
198 |
# File 'sig/client.rbs', line 198
def creation_time: () -> ::Time
|
#current_state ⇒ "RUNNING", ...
197 |
# File 'sig/client.rbs', line 197
def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
|
#desired_state ⇒ "RUNNING", ...
196 |
# File 'sig/client.rbs', line 196
def desired_state: () -> ("RUNNING" | "STOPPED" | "DELETED")
|
#last_modified_time ⇒ ::Time
199 |
# File 'sig/client.rbs', line 199
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
195 |
# File 'sig/client.rbs', line 195
def name: () -> ::String
|