Class: Aws::Types::Entity
- Inherits:
-
Object
- Object
- Aws::Types::Entity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#category ⇒ ::String
Returns the value of attribute category.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_time ⇒ ::Float
Returns the value of attribute end_time.
-
#start_time ⇒ ::Float
Returns the value of attribute start_time.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#category ⇒ ::String
Returns the value of attribute category.
106 107 108 |
# File 'sig/types.rbs', line 106 def category @category end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
109 110 111 |
# File 'sig/types.rbs', line 109 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
108 109 110 |
# File 'sig/types.rbs', line 108 def content @content end |
#end_time ⇒ ::Float
Returns the value of attribute end_time.
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.
104 105 106 |
# File 'sig/types.rbs', line 104 def start_time @start_time end |
#type ⇒ ::String
Returns the value of attribute type.
107 108 109 |
# File 'sig/types.rbs', line 107 def type @type end |