Class: Aws::ServiceCatalog::Types::ExecuteProvisionedProductServiceActionInput

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)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2612

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#execute_tokenString

An idempotency token that uniquely identifies the execute request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2612

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,Array<String>>

A map of all self-service action parameters and their values. If a provided parameter is of a special type, such as ‘TARGET`, the provided value will override the default value generated by Service Catalog. If the parameters field is not provided, no additional parameters are passed and default values will be used for any special parameters such as `TARGET`.

Returns:

  • (Hash<String,Array<String>>)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2612

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_product_idString

The identifier of the provisioned product.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2612

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#service_action_idString

The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.

Returns:

  • (String)


2612
2613
2614
2615
2616
2617
2618
2619
2620
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2612

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end