Module: Aws::IoTSiteWise::Client::_DescribePipelineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePipelineResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #computations ⇒ ::Array[Types::ComputeNode]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #environment_variables ⇒ ::Hash[::String, ::String]
- #pipeline_arn ⇒ ::String
- #pipeline_name ⇒ ::String
- #status ⇒ Types::ResourceStatus
- #updated_at ⇒ ::Time
- #version ⇒ ::String
- #workspace_name ⇒ ::String
Instance Method Details
#computations ⇒ ::Array[Types::ComputeNode]
1346 |
# File 'sig/client.rbs', line 1346
def computations: () -> ::Array[Types::ComputeNode]
|
#created_at ⇒ ::Time
1348 |
# File 'sig/client.rbs', line 1348
def created_at: () -> ::Time
|
#description ⇒ ::String
1342 |
# File 'sig/client.rbs', line 1342
def description: () -> ::String
|
#environment_variables ⇒ ::Hash[::String, ::String]
1345 |
# File 'sig/client.rbs', line 1345
def environment_variables: () -> ::Hash[::String, ::String]
|
#pipeline_arn ⇒ ::String
1343 |
# File 'sig/client.rbs', line 1343
def pipeline_arn: () -> ::String
|
#pipeline_name ⇒ ::String
1340 |
# File 'sig/client.rbs', line 1340
def pipeline_name: () -> ::String
|
#status ⇒ Types::ResourceStatus
1347 |
# File 'sig/client.rbs', line 1347
def status: () -> Types::ResourceStatus
|
#updated_at ⇒ ::Time
1349 |
# File 'sig/client.rbs', line 1349
def updated_at: () -> ::Time
|
#version ⇒ ::String
1344 |
# File 'sig/client.rbs', line 1344
def version: () -> ::String
|
#workspace_name ⇒ ::String
1341 |
# File 'sig/client.rbs', line 1341
def workspace_name: () -> ::String
|