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.
6911 6912 6913 |
# File 'sig/types.rbs', line 6911 def index @index end |
#inputs ⇒ ::Array[::String]
Returns the value of attribute inputs.
6910 6911 6912 |
# File 'sig/types.rbs', line 6910 def inputs @inputs end |
#name ⇒ ::String
Returns the value of attribute name.
6909 6910 6911 |
# File 'sig/types.rbs', line 6909 def name @name end |