Class: Aws::DataZone::Types::CustomParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::CustomParameter
- Defined in:
- gems/aws-sdk-datazone/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.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3852 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.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3852 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.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3852 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.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3852 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.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3852 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.
3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 3852 class CustomParameter < Struct.new( :default_value, :description, :field_type, :is_editable, :is_optional, :key_name) SENSITIVE = [:description] include Aws::Structure end |