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


7126
7127
7128
# File 'sig/types.rbs', line 7126

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7125
7126
7127
# File 'sig/types.rbs', line 7125

def name
  @name
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


7127
7128
7129
# File 'sig/types.rbs', line 7127

def path
  @path
end

#prob::Float

Returns the value of attribute prob.

Returns:

  • (::Float)


7129
7130
7131
# File 'sig/types.rbs', line 7129

def prob
  @prob
end

#topk::Integer

Returns the value of attribute topk.

Returns:

  • (::Integer)


7128
7129
7130
# File 'sig/types.rbs', line 7128

def topk
  @topk
end