Class: Aws::ServiceCatalog::Types::DescribeProvisioningParametersInput

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

{
  accept_language: "AcceptLanguage",
  product_id: "Id",
  product_name: "ProductViewName",
  provisioning_artifact_id: "Id",
  provisioning_artifact_name: "ProvisioningArtifactName",
  path_id: "Id",
  path_name: "PortfolioDisplayName",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#path_idString

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. You must provide the name or ID, but not both.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#path_nameString

The name of the path. You must provide the name or ID, but not both.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier. You must provide the product name or ID, but not both.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#product_nameString

The name of the product. You must provide the name or ID, but not both.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_nameString

The name of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)


2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2583

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end