Class: Aws::Types::GetImagePipelineResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImagePipelineResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_pipeline ⇒ Types::ImagePipeline
Returns the value of attribute image_pipeline.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#image_pipeline ⇒ Types::ImagePipeline
Returns the value of attribute image_pipeline.
739 740 741 |
# File 'sig/types.rbs', line 739 def image_pipeline @image_pipeline end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
738 739 740 |
# File 'sig/types.rbs', line 738 def request_id @request_id end |