Class: Aws::Types::JobParameter
- Inherits:
-
Object
- Object
- Aws::Types::JobParameter
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: Float, Int, Path, String, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#float ⇒ ::String
Returns the value of attribute float.
-
#int ⇒ ::String
Returns the value of attribute int.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#string ⇒ ::String
Returns the value of attribute string.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#float ⇒ ::String
Returns the value of attribute float.
1860 1861 1862 |
# File 'sig/types.rbs', line 1860 def float @float end |
#int ⇒ ::String
Returns the value of attribute int.
1859 1860 1861 |
# File 'sig/types.rbs', line 1859 def int @int end |
#path ⇒ ::String
Returns the value of attribute path.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def path @path end |
#string ⇒ ::String
Returns the value of attribute string.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def unknown @unknown end |