Class: Aws::Types::GetTranscriptRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTranscriptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#scan_direction ⇒ "FORWARD", "BACKWARD"
Returns the value of attribute scan_direction.
-
#sort_order ⇒ "DESCENDING", "ASCENDING"
Returns the value of attribute sort_order.
-
#start_position ⇒ Types::StartPosition
Returns the value of attribute start_position.
Instance Attribute Details
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
132 133 134 |
# File 'sig/types.rbs', line 132 def connection_token @connection_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
126 127 128 |
# File 'sig/types.rbs', line 126 def contact_id @contact_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
127 128 129 |
# File 'sig/types.rbs', line 127 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
128 129 130 |
# File 'sig/types.rbs', line 128 def next_token @next_token end |
#scan_direction ⇒ "FORWARD", "BACKWARD"
Returns the value of attribute scan_direction.
129 130 131 |
# File 'sig/types.rbs', line 129 def scan_direction @scan_direction end |
#sort_order ⇒ "DESCENDING", "ASCENDING"
Returns the value of attribute sort_order.
130 131 132 |
# File 'sig/types.rbs', line 130 def sort_order @sort_order end |
#start_position ⇒ Types::StartPosition
Returns the value of attribute start_position.
131 132 133 |
# File 'sig/types.rbs', line 131 def start_position @start_position end |