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

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

Overview

Information about a parameter used to provision a product.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#default_valueString

The default value.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5122

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

#descriptionString

The description of the parameter.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5122

class ProvisioningArtifactParameter < Struct.new(
  :parameter_key,
  :default_value,
  :parameter_type,
  :is_no_echo,
  :description,
  :parameter_constraints)
  SENSITIVE = []
  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)


5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5122

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

#parameter_constraintsTypes::ParameterConstraints

Constraints that the administrator has put on a parameter.



5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5122

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

#parameter_keyString

The parameter key.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5122

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

#parameter_typeString

The parameter type.

Returns:

  • (String)


5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 5122

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