Class: Aws::Types::TestTemplateParameter
- Inherits:
-
Object
- Object
- Aws::Types::TestTemplateParameter
- 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_values ⇒ ::Integer
Returns the value of attribute max_values.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#required ⇒ Boolean
Returns the value of attribute required.
-
#type ⇒ "STRING", ...
Returns the value of attribute type.
Instance Attribute Details
#default_value ⇒ ::String
Returns the value of attribute default_value.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def description @description end |
#max_values ⇒ ::Integer
Returns the value of attribute max_values.
1809 1810 1811 |
# File 'sig/types.rbs', line 1809 def max_values @max_values end |
#name ⇒ ::String
Returns the value of attribute name.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def required @required end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
1806 1807 1808 |
# File 'sig/types.rbs', line 1806 def type @type end |