Class: Aws::Types::StartImagePipelineExecutionResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartImagePipelineExecutionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def client_token @client_token end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def image_build_version_arn @image_build_version_arn end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def request_id @request_id end |