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.
6724 6725 6726 |
# File 'sig/types.rbs', line 6724 def end |
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
6722 6723 6724 |
# File 'sig/types.rbs', line 6722 def end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
6723 6724 6725 |
# File 'sig/types.rbs', line 6723 def content_type @content_type end |
#status ⇒ "APPROVED", ...
Returns the value of attribute status.
6725 6726 6727 |
# File 'sig/types.rbs', line 6725 def status @status end |