Class: Aws::Types::StreamUrlSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamUrlSummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#remaining_uses ⇒ ::Integer
Returns the value of attribute remaining_uses.
-
#session_length_seconds ⇒ ::Integer
Returns the value of attribute session_length_seconds.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_reason ⇒ "userRevoked", ...
Returns the value of attribute status_reason.
-
#stream_group_arn ⇒ ::String
Returns the value of attribute stream_group_arn.
-
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
-
#stream_url_id ⇒ ::String
Returns the value of attribute stream_url_id.
-
#usage_limit ⇒ ::Integer
Returns the value of attribute usage_limit.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
598 599 600 |
# File 'sig/types.rbs', line 598 def application_arn @application_arn end |
#arn ⇒ ::String
Returns the value of attribute arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
594 595 596 |
# File 'sig/types.rbs', line 594 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
600 601 602 |
# File 'sig/types.rbs', line 600 def description @description end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
593 594 595 |
# File 'sig/types.rbs', line 593 def expires_at @expires_at end |
#remaining_uses ⇒ ::Integer
Returns the value of attribute remaining_uses.
596 597 598 |
# File 'sig/types.rbs', line 596 def remaining_uses @remaining_uses end |
#session_length_seconds ⇒ ::Integer
Returns the value of attribute session_length_seconds.
599 600 601 |
# File 'sig/types.rbs', line 599 def session_length_seconds @session_length_seconds end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
591 592 593 |
# File 'sig/types.rbs', line 591 def status @status end |
#status_reason ⇒ "userRevoked", ...
Returns the value of attribute status_reason.
592 593 594 |
# File 'sig/types.rbs', line 592 def status_reason @status_reason end |
#stream_group_arn ⇒ ::String
Returns the value of attribute stream_group_arn.
597 598 599 |
# File 'sig/types.rbs', line 597 def stream_group_arn @stream_group_arn end |
#stream_url ⇒ ::String
Returns the value of attribute stream_url.
590 591 592 |
# File 'sig/types.rbs', line 590 def stream_url @stream_url end |
#stream_url_id ⇒ ::String
Returns the value of attribute stream_url_id.
589 590 591 |
# File 'sig/types.rbs', line 589 def stream_url_id @stream_url_id end |
#usage_limit ⇒ ::Integer
Returns the value of attribute usage_limit.
595 596 597 |
# File 'sig/types.rbs', line 595 def usage_limit @usage_limit end |