Class: Aws::Types::ChannelStreamIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ChannelStreamIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
70 71 72 |
# File 'sig/types.rbs', line 70 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
71 72 73 |
# File 'sig/types.rbs', line 71 def @stream_creation_timestamp end |