Module: Aws::Pipes::Client::_DescribePipeResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribePipeResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


209
# File 'sig/client.rbs', line 209

def arn: () -> ::String

#creation_time::Time

Returns:

  • (::Time)


223
# File 'sig/client.rbs', line 223

def creation_time: () -> ::Time

#current_state"RUNNING", ...

Returns:

  • ("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")


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

Returns:

  • (::String)


211
# File 'sig/client.rbs', line 211

def description: () -> ::String

#desired_state"RUNNING", ...

Returns:

  • ("RUNNING", "STOPPED", "DELETED")


212
# File 'sig/client.rbs', line 212

def desired_state: () -> ("RUNNING" | "STOPPED" | "DELETED")

#enrichment::String

Returns:

  • (::String)


217
# File 'sig/client.rbs', line 217

def enrichment: () -> ::String

#enrichment_parametersTypes::PipeEnrichmentParameters



218
# File 'sig/client.rbs', line 218

def enrichment_parameters: () -> Types::PipeEnrichmentParameters

#kms_key_identifier::String

Returns:

  • (::String)


226
# File 'sig/client.rbs', line 226

def kms_key_identifier: () -> ::String

#last_modified_time::Time

Returns:

  • (::Time)


224
# File 'sig/client.rbs', line 224

def last_modified_time: () -> ::Time

#log_configurationTypes::PipeLogConfiguration



225
# File 'sig/client.rbs', line 225

def log_configuration: () -> Types::PipeLogConfiguration

#name::String

Returns:

  • (::String)


210
# File 'sig/client.rbs', line 210

def name: () -> ::String

#role_arn::String

Returns:

  • (::String)


221
# File 'sig/client.rbs', line 221

def role_arn: () -> ::String

#source::String

Returns:

  • (::String)


215
# File 'sig/client.rbs', line 215

def source: () -> ::String

#source_parametersTypes::PipeSourceParameters



216
# File 'sig/client.rbs', line 216

def source_parameters: () -> Types::PipeSourceParameters

#state_reason::String

Returns:

  • (::String)


214
# File 'sig/client.rbs', line 214

def state_reason: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


222
# File 'sig/client.rbs', line 222

def tags: () -> ::Hash[::String, ::String]

#target::String

Returns:

  • (::String)


219
# File 'sig/client.rbs', line 219

def target: () -> ::String

#target_parametersTypes::PipeTargetParameters



220
# File 'sig/client.rbs', line 220

def target_parameters: () -> Types::PipeTargetParameters