Class: Aws::Proton::Types::CancelServicePipelineDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CancelServicePipelineDeploymentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_name ⇒ String
The name of the service with the service pipeline deployment to cancel.
Instance Attribute Details
#service_name ⇒ String
The name of the service with the service pipeline deployment to cancel.
170 171 172 173 174 |
# File 'lib/aws-sdk-proton/types.rb', line 170 class CancelServicePipelineDeploymentInput < Struct.new( :service_name) SENSITIVE = [] include Aws::Structure end |