Class: Aws::Proton::Types::UpdateServiceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:description, :spec]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The edited service description.

Returns:

  • (String)


6253
6254
6255
6256
6257
6258
6259
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6253

class UpdateServiceInput < Struct.new(
  :description,
  :name,
  :spec)
  SENSITIVE = [:description, :spec]
  include Aws::Structure
end

#nameString

The name of the service to edit.

Returns:

  • (String)


6253
6254
6255
6256
6257
6258
6259
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6253

class UpdateServiceInput < Struct.new(
  :description,
  :name,
  :spec)
  SENSITIVE = [:description, :spec]
  include Aws::Structure
end

#specString

Lists the service instances to add and the existing service instances to remain. Omit the existing service instances to delete from the list. Don't include edits to the existing service instances or pipeline. For more information, see Edit a service in the Proton User Guide.

Returns:

  • (String)


6253
6254
6255
6256
6257
6258
6259
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 6253

class UpdateServiceInput < Struct.new(
  :description,
  :name,
  :spec)
  SENSITIVE = [:description, :spec]
  include Aws::Structure
end