Class: Aws::Types::Entity

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def category
  @category
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


109
110
111
# File 'sig/types.rbs', line 109

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def content
  @content
end

#end_time::Float

Returns the value of attribute end_time.

Returns:

  • (::Float)


105
106
107
# File 'sig/types.rbs', line 105

def end_time
  @end_time
end

#start_time::Float

Returns the value of attribute start_time.

Returns:

  • (::Float)


104
105
106
# File 'sig/types.rbs', line 104

def start_time
  @start_time
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def type
  @type
end