Class: Aws::Types::RealTimeContactAnalysisAttachment
- Inherits:
-
Object
- Object
- Aws::Types::RealTimeContactAnalysisAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
6526 6527 6528 |
# File 'sig/types.rbs', line 6526 def @attachment_id end |
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
6524 6525 6526 |
# File 'sig/types.rbs', line 6524 def @attachment_name end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
6525 6526 6527 |
# File 'sig/types.rbs', line 6525 def content_type @content_type end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
6527 6528 6529 |
# File 'sig/types.rbs', line 6527 def status @status end |