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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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

#include_provisioning_artifact_parametersBoolean

Indicates if the API call response does or does not include additional details about the provisioning parameters.

Returns:

  • (Boolean)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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

#product_idString

The product identifier.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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

#product_nameString

The product name.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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

#provisioning_artifact_nameString

The provisioning artifact name.

Returns:

  • (String)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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

#verboseBoolean

Indicates whether a verbose level of detail is enabled.

Returns:

  • (Boolean)


2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2050

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