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.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
2301 2302 2303 |
# File 'sig/types.rbs', line 2301 def description @description end |
#max_length ⇒ ::Integer
Returns the value of attribute max_length.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def max_length @max_length end |
#max_value ⇒ ::Integer
Returns the value of attribute max_value.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def max_value @max_value end |
#min_value ⇒ ::Integer
Returns the value of attribute min_value.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def min_value @min_value end |
#pattern ⇒ ::String
Returns the value of attribute pattern.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def pattern @pattern end |
#required ⇒ Boolean
Returns the value of attribute required.
2300 2301 2302 |
# File 'sig/types.rbs', line 2300 def required @required end |
#sample ⇒ ::String
Returns the value of attribute sample.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def sample @sample end |
#source ⇒ "CUSTOMER", "SYSTEM"
Returns the value of attribute source.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def source @source end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
2299 2300 2301 |
# File 'sig/types.rbs', line 2299 def type @type end |