Class: Aws::ServiceCatalog::Types::DescribeProvisioningArtifactInput

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

{
  accept_language: "AcceptLanguage",
  provisioning_artifact_id: "Id",
  product_id: "Id",
  provisioning_artifact_name: "ProvisioningArtifactName",
  product_name: "ProductViewName",
  verbose: false,
}

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)


2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2404

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

#product_idString

The product identifier.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2404

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

#product_nameString

The product name.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2404

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

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2404

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

#provisioning_artifact_nameString

The provisioning artifact name.

Returns:

  • (String)


2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2404

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

#verboseBoolean

Indicates whether a verbose level of detail is enabled.

Returns:

  • (Boolean)


2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2404

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