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)


6953
6954
6955
# File 'sig/types.rbs', line 6953

def index
  @index
end

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6952
6953
6954
# File 'sig/types.rbs', line 6952

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6951
6952
6953
# File 'sig/types.rbs', line 6951

def name
  @name
end