Class: Aws::Types::GetTranscriptRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_token::String

Returns the value of attribute connection_token.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



130
131
132
# File 'sig/types.rbs', line 130

def sort_order
  @sort_order
end

#start_positionTypes::StartPosition

Returns the value of attribute start_position.

Returns:



131
132
133
# File 'sig/types.rbs', line 131

def start_position
  @start_position
end