Class: Aws::Types::RetrieveAndGenerateStreamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input, :user_context])

Instance Attribute Summary collapse

Instance Attribute Details

#inputTypes::RetrieveAndGenerateInput

Returns the value of attribute input.



2451
2452
2453
# File 'sig/types.rbs', line 2451

def input
  @input
end

#retrieve_and_generate_configurationTypes::RetrieveAndGenerateConfiguration

Returns the value of attribute retrieve_and_generate_configuration.



2452
2453
2454
# File 'sig/types.rbs', line 2452

def retrieve_and_generate_configuration
  @retrieve_and_generate_configuration
end

#session_configurationTypes::RetrieveAndGenerateSessionConfiguration

Returns the value of attribute session_configuration.



2453
2454
2455
# File 'sig/types.rbs', line 2453

def session_configuration
  @session_configuration
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2454
2455
2456
# File 'sig/types.rbs', line 2454

def session_id
  @session_id
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



2455
2456
2457
# File 'sig/types.rbs', line 2455

def user_context
  @user_context
end