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

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 ExecuteProvisionedProductServiceActionInput data as a hash:

{
  provisioned_product_id: "Id", # required
  service_action_id: "Id", # required
  execute_token: "IdempotencyToken", # required
  accept_language: "AcceptLanguage",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2588

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language)
  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)


2588
2589
2590
2591
2592
2593
2594
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2588

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language)
  include Aws::Structure
end

#provisioned_product_idString

The identifier of the provisioned product.

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2588

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language)
  include Aws::Structure
end

#service_action_idString

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

Returns:

  • (String)


2588
2589
2590
2591
2592
2593
2594
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2588

class ExecuteProvisionedProductServiceActionInput < Struct.new(
  :provisioned_product_id,
  :service_action_id,
  :execute_token,
  :accept_language)
  include Aws::Structure
end