class Aws::ServiceCatalog::Types::UpdateServiceActionInput

@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",
    }

@!attribute [rw] id

The self-service action identifier.
@return [String]

@!attribute [rw] name

The self-service action name.
@return [String]

@!attribute [rw] definition

A map that defines the self-service action.
@return [Hash<String,String>]

@!attribute [rw] description

The self-service action description.
@return [String]

@!attribute [rw] accept_language

The language code.

* `en` - English (default)

* `jp` - Japanese

* `zh` - Chinese
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/UpdateServiceActionInput AWS API Documentation

Constants

SENSITIVE