Module: Aws::Pipes::Client::_CreatePipeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePipeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #current_state ⇒ "RUNNING", ...
- #desired_state ⇒ "RUNNING", "STOPPED"
- #last_modified_time ⇒ ::Time
- #name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
83 |
# File 'sig/client.rbs', line 83
def arn: () -> ::String
|
#creation_time ⇒ ::Time
87 |
# File 'sig/client.rbs', line 87
def creation_time: () -> ::Time
|
#current_state ⇒ "RUNNING", ...
86 |
# File 'sig/client.rbs', line 86
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", "STOPPED"
85 |
# File 'sig/client.rbs', line 85
def desired_state: () -> ("RUNNING" | "STOPPED")
|
#last_modified_time ⇒ ::Time
88 |
# File 'sig/client.rbs', line 88
def last_modified_time: () -> ::Time
|
#name ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def name: () -> ::String
|