Class: Aws::Types::RecordingInfo
- Inherits:
-
Object
- Object
- Aws::Types::RecordingInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_reason ⇒ ::String
Returns the value of attribute deletion_reason.
-
#fragment_start_number ⇒ ::String
Returns the value of attribute fragment_start_number.
-
#fragment_stop_number ⇒ ::String
Returns the value of attribute fragment_stop_number.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#media_stream_type ⇒ "AUDIO", "VIDEO"
Returns the value of attribute media_stream_type.
-
#participant_type ⇒ "ALL", ...
Returns the value of attribute participant_type.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "AVAILABLE", "DELETED"
Returns the value of attribute status.
-
#stop_timestamp ⇒ ::Time
Returns the value of attribute stop_timestamp.
-
#storage_type ⇒ "S3", ...
Returns the value of attribute storage_type.
-
#unprocessed_transcript_location ⇒ ::String
Returns the value of attribute unprocessed_transcript_location.
Instance Attribute Details
#deletion_reason ⇒ ::String
Returns the value of attribute deletion_reason.
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.
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.
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.
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.
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.
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.
6872 6873 6874 |
# File 'sig/types.rbs', line 6872 def @start_timestamp end |
#status ⇒ "AVAILABLE", "DELETED"
Returns the value of attribute status.
6874 6875 6876 |
# File 'sig/types.rbs', line 6874 def status @status end |
#stop_timestamp ⇒ ::Time
Returns the value of attribute stop_timestamp.
6873 6874 6875 |
# File 'sig/types.rbs', line 6873 def @stop_timestamp end |
#storage_type ⇒ "S3", ...
Returns the value of attribute storage_type.
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.
6876 6877 6878 |
# File 'sig/types.rbs', line 6876 def unprocessed_transcript_location @unprocessed_transcript_location end |