Class: Aws::Types::RealTimeContactAnalysisAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


6521
6522
6523
# File 'sig/types.rbs', line 6521

def attachment_id
  @attachment_id
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


6519
6520
6521
# File 'sig/types.rbs', line 6519

def attachment_name
  @attachment_name
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


6520
6521
6522
# File 'sig/types.rbs', line 6520

def content_type
  @content_type
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

  • ("APPROVED", "REJECTED", "IN_PROGRESS")


6522
6523
6524
# File 'sig/types.rbs', line 6522

def status
  @status
end