Class: Aws::Types::MedicalResult
- Inherits:
-
Object
- Object
- Aws::Types::MedicalResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alternatives ⇒ ::Array[Types::MedicalAlternative]
Returns the value of attribute alternatives.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#end_time ⇒ ::Float
Returns the value of attribute end_time.
-
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
-
#result_id ⇒ ::String
Returns the value of attribute result_id.
-
#start_time ⇒ ::Float
Returns the value of attribute start_time.
Instance Attribute Details
#alternatives ⇒ ::Array[Types::MedicalAlternative]
Returns the value of attribute alternatives.
189 190 191 |
# File 'sig/types.rbs', line 189 def alternatives @alternatives end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
190 191 192 |
# File 'sig/types.rbs', line 190 def channel_id @channel_id end |
#end_time ⇒ ::Float
Returns the value of attribute end_time.
187 188 189 |
# File 'sig/types.rbs', line 187 def end_time @end_time end |
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
188 189 190 |
# File 'sig/types.rbs', line 188 def is_partial @is_partial end |
#result_id ⇒ ::String
Returns the value of attribute result_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def result_id @result_id end |
#start_time ⇒ ::Float
Returns the value of attribute start_time.
186 187 188 |
# File 'sig/types.rbs', line 186 def start_time @start_time end |