Class: Aws::ServiceCatalog::Types::ParameterConstraints

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

Overview

The constraints that the administrator has put on the parameter.

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_valuesArray<String>

The values that the administrator has allowed for the parameter.

Returns:

  • (Array<String>)


3761
3762
3763
3764
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3761

class ParameterConstraints < Struct.new(
  :allowed_values)
  include Aws::Structure
end