Class: Aws::Types::SelectFromCollection
- Inherits:
-
Object
- Object
- Aws::Types::SelectFromCollection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
6943 6944 6945 |
# File 'sig/types.rbs', line 6943 def index @index end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6942 6943 6944 |
# File 'sig/types.rbs', line 6942 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6941 6942 6943 |
# File 'sig/types.rbs', line 6941 def name @name end |