Class: Aws::Types::SelectFromCollection

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index::Integer

Returns the value of attribute index.

Returns:

  • (::Integer)


6943
6944
6945
# File 'sig/types.rbs', line 6943

def index
  @index
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6942
6943
6944
# File 'sig/types.rbs', line 6942

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6941
6942
6943
# File 'sig/types.rbs', line 6941

def name
  @name
end