Class: Aws::Types::UpdateImagePipelineResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateImagePipelineResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2093 2094 2095 |
# File 'sig/types.rbs', line 2093 def client_token @client_token end |
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
2094 2095 2096 |
# File 'sig/types.rbs', line 2094 def image_pipeline_arn @image_pipeline_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
2092 2093 2094 |
# File 'sig/types.rbs', line 2092 def request_id @request_id end |