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])


7084
7085
7086
# File 'sig/types.rbs', line 7084

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7083
7084
7085
# File 'sig/types.rbs', line 7083

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


7085
7086
7087
# File 'sig/types.rbs', line 7085

def path
  @path
end

#prob::Float

Returns the value of attribute prob.

Returns:

  • (::Float)


7087
7088
7089
# File 'sig/types.rbs', line 7087

def prob
  @prob
end

#topk::Integer

Returns the value of attribute topk.

Returns:

  • (::Integer)


7086
7087
7088
# File 'sig/types.rbs', line 7086

def topk
  @topk
end