Class: Aws::Types::StartStreamSessionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:signal_request, :role_arn])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_environment_variables::Hash[::String, ::String]

Returns the value of attribute additional_environment_variables.

Returns:

  • (::Hash[::String, ::String])


520
521
522
# File 'sig/types.rbs', line 520

def additional_environment_variables
  @additional_environment_variables
end

#additional_launch_args::Array[::String]

Returns the value of attribute additional_launch_args.

Returns:

  • (::Array[::String])


519
520
521
# File 'sig/types.rbs', line 519

def additional_launch_args
  @additional_launch_args
end

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def application_identifier
  @application_identifier
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


509
510
511
# File 'sig/types.rbs', line 509

def client_token
  @client_token
end

#connection_timeout_seconds::Integer

Returns the value of attribute connection_timeout_seconds.

Returns:

  • (::Integer)


517
518
519
# File 'sig/types.rbs', line 517

def connection_timeout_seconds
  @connection_timeout_seconds
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


510
511
512
# File 'sig/types.rbs', line 510

def description
  @description
end

#display_configurationTypes::DisplayConfiguration

Returns the value of attribute display_configuration.



523
524
525
# File 'sig/types.rbs', line 523

def display_configuration
  @display_configuration
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


511
512
513
# File 'sig/types.rbs', line 511

def identifier
  @identifier
end

#locations::Array[::String]

Returns the value of attribute locations.

Returns:

  • (::Array[::String])


516
517
518
# File 'sig/types.rbs', line 516

def locations
  @locations
end

#performance_stats_configurationTypes::PerformanceStatsConfiguration

Returns the value of attribute performance_stats_configuration.



521
522
523
# File 'sig/types.rbs', line 521

def performance_stats_configuration
  @performance_stats_configuration
end

#protocol"WebRTC"

Returns the value of attribute protocol.

Returns:

  • ("WebRTC")


512
513
514
# File 'sig/types.rbs', line 512

def protocol
  @protocol
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def role_arn
  @role_arn
end

#session_length_seconds::Integer

Returns the value of attribute session_length_seconds.

Returns:

  • (::Integer)


518
519
520
# File 'sig/types.rbs', line 518

def session_length_seconds
  @session_length_seconds
end

#signal_request::String

Returns the value of attribute signal_request.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def signal_request
  @signal_request
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def user_id
  @user_id
end