Class: Aws::Types::RecordingInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_reason::String

Returns the value of attribute deletion_reason.

Returns:

  • (::String)


6875
6876
6877
# File 'sig/types.rbs', line 6875

def deletion_reason
  @deletion_reason
end

#fragment_start_number::String

Returns the value of attribute fragment_start_number.

Returns:

  • (::String)


6870
6871
6872
# File 'sig/types.rbs', line 6870

def fragment_start_number
  @fragment_start_number
end

#fragment_stop_number::String

Returns the value of attribute fragment_stop_number.

Returns:

  • (::String)


6871
6872
6873
# File 'sig/types.rbs', line 6871

def fragment_stop_number
  @fragment_stop_number
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


6867
6868
6869
# File 'sig/types.rbs', line 6867

def location
  @location
end

#media_stream_type"AUDIO", "VIDEO"

Returns the value of attribute media_stream_type.

Returns:

  • ("AUDIO", "VIDEO")


6868
6869
6870
# File 'sig/types.rbs', line 6868

def media_stream_type
  @media_stream_type
end

#participant_type"ALL", ...

Returns the value of attribute participant_type.

Returns:

  • ("ALL", "MANAGER", "AGENT", "CUSTOMER", "THIRDPARTY")


6869
6870
6871
# File 'sig/types.rbs', line 6869

def participant_type
  @participant_type
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


6872
6873
6874
# File 'sig/types.rbs', line 6872

def start_timestamp
  @start_timestamp
end

#status"AVAILABLE", "DELETED"

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "DELETED")


6874
6875
6876
# File 'sig/types.rbs', line 6874

def status
  @status
end

#stop_timestamp::Time

Returns the value of attribute stop_timestamp.

Returns:

  • (::Time)


6873
6874
6875
# File 'sig/types.rbs', line 6873

def stop_timestamp
  @stop_timestamp
end

#storage_type"S3", ...

Returns the value of attribute storage_type.

Returns:

  • ("S3", "KINESIS_VIDEO_STREAM", "KINESIS_STREAM", "KINESIS_FIREHOSE")


6866
6867
6868
# File 'sig/types.rbs', line 6866

def storage_type
  @storage_type
end

#unprocessed_transcript_location::String

Returns the value of attribute unprocessed_transcript_location.

Returns:

  • (::String)


6876
6877
6878
# File 'sig/types.rbs', line 6876

def unprocessed_transcript_location
  @unprocessed_transcript_location
end