Module: Aws::Pipes::Client::_DescribePipeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePipeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #creation_time ⇒ ::Time
- #current_state ⇒ "RUNNING", ...
- #description ⇒ ::String
- #desired_state ⇒ "RUNNING", ...
- #enrichment ⇒ ::String
- #enrichment_parameters ⇒ Types::PipeEnrichmentParameters
- #kms_key_identifier ⇒ ::String
- #last_modified_time ⇒ ::Time
- #log_configuration ⇒ Types::PipeLogConfiguration
- #name ⇒ ::String
- #role_arn ⇒ ::String
- #source ⇒ ::String
- #source_parameters ⇒ Types::PipeSourceParameters
- #state_reason ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #target ⇒ ::String
- #target_parameters ⇒ Types::PipeTargetParameters
Instance Method Details
#arn ⇒ ::String
209 |
# File 'sig/client.rbs', line 209
def arn: () -> ::String
|
#creation_time ⇒ ::Time
223 |
# File 'sig/client.rbs', line 223
def creation_time: () -> ::Time
|
#current_state ⇒ "RUNNING", ...
213 |
# File 'sig/client.rbs', line 213
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")
|
#description ⇒ ::String
211 |
# File 'sig/client.rbs', line 211
def description: () -> ::String
|
#desired_state ⇒ "RUNNING", ...
212 |
# File 'sig/client.rbs', line 212
def desired_state: () -> ("RUNNING" | "STOPPED" | "DELETED")
|
#enrichment ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def enrichment: () -> ::String
|
#enrichment_parameters ⇒ Types::PipeEnrichmentParameters
218 |
# File 'sig/client.rbs', line 218
def enrichment_parameters: () -> Types::PipeEnrichmentParameters
|
#kms_key_identifier ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def kms_key_identifier: () -> ::String
|
#last_modified_time ⇒ ::Time
224 |
# File 'sig/client.rbs', line 224
def last_modified_time: () -> ::Time
|
#log_configuration ⇒ Types::PipeLogConfiguration
225 |
# File 'sig/client.rbs', line 225
def log_configuration: () -> Types::PipeLogConfiguration
|
#name ⇒ ::String
210 |
# File 'sig/client.rbs', line 210
def name: () -> ::String
|
#role_arn ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def role_arn: () -> ::String
|
#source ⇒ ::String
215 |
# File 'sig/client.rbs', line 215
def source: () -> ::String
|
#source_parameters ⇒ Types::PipeSourceParameters
216 |
# File 'sig/client.rbs', line 216
def source_parameters: () -> Types::PipeSourceParameters
|
#state_reason ⇒ ::String
214 |
# File 'sig/client.rbs', line 214
def state_reason: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
222 |
# File 'sig/client.rbs', line 222
def tags: () -> ::Hash[::String, ::String]
|
#target ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def target: () -> ::String
|
#target_parameters ⇒ Types::PipeTargetParameters
220 |
# File 'sig/client.rbs', line 220
def target_parameters: () -> Types::PipeTargetParameters
|