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

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

Overview

Note:

When making an API call, you may pass UpdateServiceActionInput data as a hash:

{
  id: "Id", # required
  name: "ServiceActionName",
  definition: {
    "Name" => "ServiceActionDefinitionValue",
  },
  description: "ServiceActionDescription",
  accept_language: "AcceptLanguage",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6376

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

#definitionHash<String,String>

A map that defines the self-service action.

Returns:

  • (Hash<String,String>)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6376

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

#descriptionString

The self-service action description.

Returns:

  • (String)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6376

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

#idString

The self-service action identifier.

Returns:

  • (String)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6376

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

#nameString

The self-service action name.

Returns:

  • (String)


6376
6377
6378
6379
6380
6381
6382
6383
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6376

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