Module: Aws::IoTSiteWise::Client::_CreatePipelineResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePipelineResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #pipeline_arn ⇒ ::String
- #pipeline_name ⇒ ::String
- #status ⇒ Types::ResourceStatus
- #version ⇒ ::String
Instance Method Details
#pipeline_arn ⇒ ::String
666 |
# File 'sig/client.rbs', line 666
def pipeline_arn: () -> ::String
|
#pipeline_name ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def pipeline_name: () -> ::String
|
#status ⇒ Types::ResourceStatus
668 |
# File 'sig/client.rbs', line 668
def status: () -> Types::ResourceStatus
|
#version ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def version: () -> ::String
|