Class: Aws::Types::StartImagePipelineExecutionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartImagePipelineExecutionRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def client_token @client_token end |
#image_pipeline_arn ⇒ ::String
Returns the value of attribute image_pipeline_arn.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def image_pipeline_arn @image_pipeline_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def @tags end |