Class: Aws::ServiceCatalog::Types::ProvisioningArtifactParameter

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

Overview

Information about a parameter used to provision a product.

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4484

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#descriptionString

The description of the parameter.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4484

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#is_no_echoBoolean

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

Returns:

  • (Boolean)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4484

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#parameter_constraintsTypes::ParameterConstraints

Constraints that the administrator has put on a parameter.



4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4484

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#parameter_keyString

The parameter key.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4484

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end

#parameter_typeString

The parameter type.

Returns:

  • (String)


4484
4485
4486
4487
4488
4489
4490
4491
4492
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4484

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  include Aws::Structure
end