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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


2650
2651
2652
2653
2654
2655
2656
2657
2658
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650

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)


2650
2651
2652
2653
2654
2655
2656
2657
2658
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650

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


2650
2651
2652
2653
2654
2655
2656
2657
2658
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650

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)


2650
2651
2652
2653
2654
2655
2656
2657
2658
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650

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)


2650
2651
2652
2653
2654
2655
2656
2657
2658
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2650

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