Class: Aws::Types::SelectFields
- Inherits:
-
Object
- Object
- Aws::Types::SelectFields
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#paths ⇒ ::Array[::Array[::String]]
Returns the value of attribute paths.
Instance Attribute Details
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6903 6904 6905 |
# File 'sig/types.rbs', line 6903 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6902 6903 6904 |
# File 'sig/types.rbs', line 6902 def name @name end |
#paths ⇒ ::Array[::Array[::String]]
Returns the value of attribute paths.
6904 6905 6906 |
# File 'sig/types.rbs', line 6904 def paths @paths end |