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)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2493

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)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2493

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)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2493

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)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2493

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)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2493

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)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2493

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