Class: Aws::Types::StartStreamSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::StartStreamSessionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_environment_variables.
-
#additional_launch_args ⇒ ::Array[::String]
Returns the value of attribute additional_launch_args.
-
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_timeout_seconds ⇒ ::Integer
Returns the value of attribute connection_timeout_seconds.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_configuration ⇒ Types::DisplayConfiguration
Returns the value of attribute display_configuration.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
-
#performance_stats_configuration ⇒ Types::PerformanceStatsConfiguration
Returns the value of attribute performance_stats_configuration.
-
#protocol ⇒ "WebRTC"
Returns the value of attribute protocol.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#session_length_seconds ⇒ ::Integer
Returns the value of attribute session_length_seconds.
-
#signal_request ⇒ ::String
Returns the value of attribute signal_request.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#additional_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_environment_variables.
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.
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.
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.
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.
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.
510 511 512 |
# File 'sig/types.rbs', line 510 def description @description end |
#display_configuration ⇒ Types::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.
511 512 513 |
# File 'sig/types.rbs', line 511 def identifier @identifier end |
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
516 517 518 |
# File 'sig/types.rbs', line 516 def locations @locations end |
#performance_stats_configuration ⇒ Types::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.
512 513 514 |
# File 'sig/types.rbs', line 512 def protocol @protocol end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
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.
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.
515 516 517 |
# File 'sig/types.rbs', line 515 def user_id @user_id end |