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)


6367
6368
6369
# File 'sig/types.rbs', line 6367

def attachment_id
  @attachment_id
end

#attachment_name::String

Returns the value of attribute attachment_name.

Returns:

  • (::String)


6365
6366
6367
# File 'sig/types.rbs', line 6365

def attachment_name
  @attachment_name
end

#content_type::String

Returns the value of attribute content_type.

Returns:

  • (::String)


6366
6367
6368
# File 'sig/types.rbs', line 6366

def content_type
  @content_type
end

#status"APPROVED", ...

Returns the value of attribute status.

Returns:

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


6368
6369
6370
# File 'sig/types.rbs', line 6368

def status
  @status
end