Class: Aws::Types::CreateStreamingURLRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamingURLRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
-
#session_context ⇒ ::String
Returns the value of attribute session_context.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
-
#validity ⇒ ::Integer
Returns the value of attribute validity.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
497 498 499 |
# File 'sig/types.rbs', line 497 def application_id @application_id end |
#fleet_name ⇒ ::String
Returns the value of attribute fleet_name.
495 496 497 |
# File 'sig/types.rbs', line 495 def fleet_name @fleet_name end |
#session_context ⇒ ::String
Returns the value of attribute session_context.
499 500 501 |
# File 'sig/types.rbs', line 499 def session_context @session_context end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
494 495 496 |
# File 'sig/types.rbs', line 494 def stack_name @stack_name end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
496 497 498 |
# File 'sig/types.rbs', line 496 def user_id @user_id end |
#validity ⇒ ::Integer
Returns the value of attribute validity.
498 499 500 |
# File 'sig/types.rbs', line 498 def validity @validity end |