You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::ExecutionParameter

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Details of an execution parameter value that is passed to a self-service action when executed on a provisioned product.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valuesArray<String>

The default values for the execution parameter.

Returns:

  • (Array<String>)

    The default values for the execution parameter.

#nameString

The name of the execution parameter.

Returns:

  • (String)

    The name of the execution parameter.

#typeString

The execution parameter type.

Returns:

  • (String)

    The execution parameter type.