Class: Aws::Types::TemplateVariableMetadata
- Inherits:
-
Object
- Object
- Aws::Types::TemplateVariableMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
-
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
-
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
-
#pattern ⇒ ::String
Returns the value of attribute pattern.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#sample ⇒ ::String
Returns the value of attribute sample.
-
#source ⇒ "CUSTOMER", "SYSTEM"
Returns the value of attribute source.
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
2334 2335 2336 |
# File 'sig/types.rbs', line 2334 def description @description end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def max_length @max_length end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def min_value @min_value end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def pattern @pattern end |
#required ⇒ Boolean
Returns the value of attribute required.
2333 2334 2335 |
# File 'sig/types.rbs', line 2333 def required @required end |
#sample ⇒ ::String
Returns the value of attribute sample.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def sample @sample end |
#source ⇒ "CUSTOMER", "SYSTEM"
Returns the value of attribute source.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def source @source end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
2332 2333 2334 |
# File 'sig/types.rbs', line 2332 def type @type end |