Class: Aws::Proton::Types::CancelServiceInstanceDeploymentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::CancelServiceInstanceDeploymentInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_instance_name ⇒ String
The name of the service instance with the deployment to cancel.
-
#service_name ⇒ String
The name of the service with the service instance deployment to cancel.
Instance Attribute Details
#service_instance_name ⇒ String
The name of the service instance with the deployment to cancel.
144 145 146 147 148 149 |
# File 'lib/aws-sdk-proton/types.rb', line 144 class CancelServiceInstanceDeploymentInput < Struct.new( :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |
#service_name ⇒ String
The name of the service with the service instance deployment to cancel.
144 145 146 147 148 149 |
# File 'lib/aws-sdk-proton/types.rb', line 144 class CancelServiceInstanceDeploymentInput < Struct.new( :service_instance_name, :service_name) SENSITIVE = [] include Aws::Structure end |