Class: Aws::Types::Spigot

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


7116
7117
7118
# File 'sig/types.rbs', line 7116

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7115
7116
7117
# File 'sig/types.rbs', line 7115

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


7117
7118
7119
# File 'sig/types.rbs', line 7117

def path
  @path
end

#prob::Float

Returns the value of attribute prob.

Returns:

  • (::Float)


7119
7120
7121
# File 'sig/types.rbs', line 7119

def prob
  @prob
end

#topk::Integer

Returns the value of attribute topk.

Returns:

  • (::Integer)


7118
7119
7120
# File 'sig/types.rbs', line 7118

def topk
  @topk
end