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)


7242
7243
7244
7245
7246
7247
7248
7249
7250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7242

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>)


7242
7243
7244
7245
7246
7247
7248
7249
7250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7242

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

#descriptionString

The self-service action description.

Returns:

  • (String)


7242
7243
7244
7245
7246
7247
7248
7249
7250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7242

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

#idString

The self-service action identifier.

Returns:

  • (String)


7242
7243
7244
7245
7246
7247
7248
7249
7250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7242

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

#nameString

The self-service action name.

Returns:

  • (String)


7242
7243
7244
7245
7246
7247
7248
7249
7250
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7242

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