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)


6911
6912
6913
# File 'sig/types.rbs', line 6911

def index
  @index
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6910
6911
6912
# File 'sig/types.rbs', line 6910

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6909
6910
6911
# File 'sig/types.rbs', line 6909

def name
  @name
end