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.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def default_value @default_value end |
#description ⇒ ::String
Returns the value of attribute description.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def description @description end |
#max_values ⇒ ::Integer
Returns the value of attribute max_values.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def max_values @max_values end |
#name ⇒ ::String
Returns the value of attribute name.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def name @name end |
#required ⇒ Boolean
Returns the value of attribute required.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def required @required end |
#type ⇒ "STRING", ...
Returns the value of attribute type.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def type @type end |