Class: Aws::Types::CreateStreamUrlInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamUrlInput
- 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.
-
#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.
-
#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.
-
#url_expires_after_minutes ⇒ ::Integer
Returns the value of attribute url_expires_after_minutes.
-
#usage_limit ⇒ ::Integer
Returns the value of attribute usage_limit.
Instance Attribute Details
#additional_environment_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute additional_environment_variables.
148 149 150 |
# File 'sig/types.rbs', line 148 def additional_environment_variables @additional_environment_variables end |
#additional_launch_args ⇒ ::Array[::String]
Returns the value of attribute additional_launch_args.
147 148 149 |
# File 'sig/types.rbs', line 147 def additional_launch_args @additional_launch_args end |
#application_identifier ⇒ ::String
Returns the value of attribute application_identifier.
140 141 142 |
# File 'sig/types.rbs', line 140 def application_identifier @application_identifier end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
151 152 153 |
# File 'sig/types.rbs', line 151 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
144 145 146 |
# File 'sig/types.rbs', line 144 def description @description end |
#display_configuration ⇒ Types::DisplayConfiguration
Returns the value of attribute display_configuration.
150 151 152 |
# File 'sig/types.rbs', line 150 def display_configuration @display_configuration end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
139 140 141 |
# File 'sig/types.rbs', line 139 def identifier @identifier end |
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
145 146 147 |
# File 'sig/types.rbs', line 145 def locations @locations end |
#protocol ⇒ "WebRTC"
Returns the value of attribute protocol.
141 142 143 |
# File 'sig/types.rbs', line 141 def protocol @protocol end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
149 150 151 |
# File 'sig/types.rbs', line 149 def role_arn @role_arn end |
#session_length_seconds ⇒ ::Integer
Returns the value of attribute session_length_seconds.
146 147 148 |
# File 'sig/types.rbs', line 146 def session_length_seconds @session_length_seconds end |
#url_expires_after_minutes ⇒ ::Integer
Returns the value of attribute url_expires_after_minutes.
142 143 144 |
# File 'sig/types.rbs', line 142 def url_expires_after_minutes @url_expires_after_minutes end |
#usage_limit ⇒ ::Integer
Returns the value of attribute usage_limit.
143 144 145 |
# File 'sig/types.rbs', line 143 def usage_limit @usage_limit end |