Class: Aws::Proton::Types::CancelServiceInstanceDeploymentInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_instance_nameString

The name of the service instance with the deployment to cancel.

Returns:

  • (String)


144
145
146
147
148
149
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 144

class CancelServiceInstanceDeploymentInput < Struct.new(
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The name of the service with the service instance deployment to cancel.

Returns:

  • (String)


144
145
146
147
148
149
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 144

class CancelServiceInstanceDeploymentInput < Struct.new(
  :service_instance_name,
  :service_name)
  SENSITIVE = []
  include Aws::Structure
end