Class: Aws::DataZone::Types::CustomParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CustomParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of user parameters of an environment blueprint.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#default_value ⇒ String
The default value of the parameter.
-
#description ⇒ String
The description of the parameter.
-
#field_type ⇒ String
The filed type of the parameter.
-
#is_editable ⇒ Boolean
Specifies whether the parameter is editable.
-
#is_optional ⇒ Boolean
Specifies whether the custom parameter is optional.
-
#key_name ⇒ String
The key name of the parameter.
Instance Attribute Details
#default_value ⇒ String
The default value of the parameter.
4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-datazone/types.rb', line 4009 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the parameter.
4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-datazone/types.rb', line 4009 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |
#field_type ⇒ String
The filed type of the parameter.
4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-datazone/types.rb', line 4009 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |
#is_editable ⇒ Boolean
Specifies whether the parameter is editable.
4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-datazone/types.rb', line 4009 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |
#is_optional ⇒ Boolean
Specifies whether the custom parameter is optional.
4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-datazone/types.rb', line 4009 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |
#key_name ⇒ String
The key name of the parameter.
4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 |
# File 'lib/aws-sdk-datazone/types.rb', line 4009 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |