Class: Aws::Types::StreamSessionSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamSessionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#export_files_metadata ⇒ Types::ExportFilesMetadata
Returns the value of attribute export_files_metadata.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#protocol ⇒ "WebRTC"
Returns the value of attribute protocol.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
-
#status_reason ⇒ "internalError", ...
Returns the value of attribute status_reason.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
580 581 582 |
# File 'sig/types.rbs', line 580 def application_arn @application_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
573 574 575 |
# File 'sig/types.rbs', line 573 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
579 580 581 |
# File 'sig/types.rbs', line 579 def created_at @created_at end |
#export_files_metadata ⇒ Types::ExportFilesMetadata
Returns the value of attribute export_files_metadata.
581 582 583 |
# File 'sig/types.rbs', line 581 def @export_files_metadata end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
578 579 580 |
# File 'sig/types.rbs', line 578 def last_updated_at @last_updated_at end |
#location ⇒ ::String
Returns the value of attribute location.
582 583 584 |
# File 'sig/types.rbs', line 582 def location @location end |
#protocol ⇒ "WebRTC"
Returns the value of attribute protocol.
577 578 579 |
# File 'sig/types.rbs', line 577 def protocol @protocol end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
583 584 585 |
# File 'sig/types.rbs', line 583 def role_arn @role_arn end |
#status ⇒ "ACTIVATING", ...
Returns the value of attribute status.
575 576 577 |
# File 'sig/types.rbs', line 575 def status @status end |
#status_reason ⇒ "internalError", ...
Returns the value of attribute status_reason.
576 577 578 |
# File 'sig/types.rbs', line 576 def status_reason @status_reason end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
574 575 576 |
# File 'sig/types.rbs', line 574 def user_id @user_id end |