Class: Aws::Types::StartStreamSessionOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:signal_request, :signal_response, :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])


541
542
543
# File 'sig/types.rbs', line 541

def additional_environment_variables
  @additional_environment_variables
end

#additional_launch_args::Array[::String]

Returns the value of attribute additional_launch_args.

Returns:

  • (::Array[::String])


540
541
542
# File 'sig/types.rbs', line 540

def additional_launch_args
  @additional_launch_args
end

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def application_arn
  @application_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def arn
  @arn
end

#connection_timeout_seconds::Integer

Returns the value of attribute connection_timeout_seconds.

Returns:

  • (::Integer)


538
539
540
# File 'sig/types.rbs', line 538

def connection_timeout_seconds
  @connection_timeout_seconds
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


546
547
548
# File 'sig/types.rbs', line 546

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


529
530
531
# File 'sig/types.rbs', line 529

def description
  @description
end

#display_configurationTypes::DisplayConfiguration

Returns the value of attribute display_configuration.



550
551
552
# File 'sig/types.rbs', line 550

def display_configuration
  @display_configuration
end

#export_files_metadataTypes::ExportFilesMetadata

Returns the value of attribute export_files_metadata.



548
549
550
# File 'sig/types.rbs', line 548

def 
  @export_files_metadata
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


545
546
547
# File 'sig/types.rbs', line 545

def last_updated_at
  @last_updated_at
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def location
  @location
end

#log_file_location_uri::String

Returns the value of attribute log_file_location_uri.

Returns:

  • (::String)


543
544
545
# File 'sig/types.rbs', line 543

def log_file_location_uri
  @log_file_location_uri
end

#performance_stats_configurationTypes::PerformanceStatsConfiguration

Returns the value of attribute performance_stats_configuration.



542
543
544
# File 'sig/types.rbs', line 542

def performance_stats_configuration
  @performance_stats_configuration
end

#protocol"WebRTC"

Returns the value of attribute protocol.

Returns:

  • ("WebRTC")


534
535
536
# File 'sig/types.rbs', line 534

def protocol
  @protocol
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def role_arn
  @role_arn
end

#session_length_seconds::Integer

Returns the value of attribute session_length_seconds.

Returns:

  • (::Integer)


539
540
541
# File 'sig/types.rbs', line 539

def session_length_seconds
  @session_length_seconds
end

#signal_request::String

Returns the value of attribute signal_request.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def signal_request
  @signal_request
end

#signal_response::String

Returns the value of attribute signal_response.

Returns:

  • (::String)


537
538
539
# File 'sig/types.rbs', line 537

def signal_response
  @signal_response
end

#status"ACTIVATING", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVATING", "ACTIVE", "CONNECTED", "PENDING_CLIENT_RECONNECTION", "RECONNECTING", "TERMINATING", "TERMINATED", "ERROR")


532
533
534
# File 'sig/types.rbs', line 532

def status
  @status
end

#status_reason"internalError", ...

Returns the value of attribute status_reason.

Returns:

  • ("internalError", "invalidSignalRequest", "placementTimeout", "applicationLogS3DestinationError", "assumeRoleFailed", "applicationExit", "connectionTimeout", "reconnectionTimeout", "maxSessionLengthTimeout", "idleTimeout", "apiTerminated")


533
534
535
# File 'sig/types.rbs', line 533

def status_reason
  @status_reason
end

#stream_group_id::String

Returns the value of attribute stream_group_id.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def stream_group_id
  @stream_group_id
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def user_id
  @user_id
end

#web_sdk_protocol_url::String

Returns the value of attribute web_sdk_protocol_url.

Returns:

  • (::String)


544
545
546
# File 'sig/types.rbs', line 544

def web_sdk_protocol_url
  @web_sdk_protocol_url
end