Class: Aws::Types::TaskParameterValue
- Inherits:
-
Object
- Object
- Aws::Types::TaskParameterValue
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ChunkInt, Float, Int, Path, String, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chunk_int ⇒ ::String
Returns the value of attribute chunk_int.
-
#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
#chunk_int ⇒ ::String
Returns the value of attribute chunk_int.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def chunk_int @chunk_int end |
#float ⇒ ::String
Returns the value of attribute float.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def float @float end |
#int ⇒ ::String
Returns the value of attribute int.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def int @int end |
#path ⇒ ::String
Returns the value of attribute path.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def path @path end |
#string ⇒ ::String
Returns the value of attribute string.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def string @string end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def unknown @unknown end |