Class: Aws::ServiceCatalog::Types::UpdateServiceActionInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
7300
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292

class UpdateServiceActionInput < Struct.new(
  :id,
  :name,
  :definition,
  :description,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end

#definitionHash<String,String>

A map that defines the self-service action.

Returns:

  • (Hash<String,String>)


7292
7293
7294
7295
7296
7297
7298
7299
7300
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292

class UpdateServiceActionInput < Struct.new(
  :id,
  :name,
  :definition,
  :description,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The self-service action description.

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
7300
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292

class UpdateServiceActionInput < Struct.new(
  :id,
  :name,
  :definition,
  :description,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The self-service action identifier.

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
7300
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292

class UpdateServiceActionInput < Struct.new(
  :id,
  :name,
  :definition,
  :description,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The self-service action name.

Returns:

  • (String)


7292
7293
7294
7295
7296
7297
7298
7299
7300
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7292

class UpdateServiceActionInput < Struct.new(
  :id,
  :name,
  :definition,
  :description,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end