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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-servicecatalog/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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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)


2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2077

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