Class: Aws::Types::ChannelStreamDescription
- Inherits:
-
Object
- Object
- Aws::Types::ChannelStreamDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#record_configuration ⇒ Types::RecordConfiguration
Returns the value of attribute record_configuration.
-
#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
#record_configuration ⇒ Types::RecordConfiguration
Returns the value of attribute record_configuration.
65 66 67 |
# File 'sig/types.rbs', line 65 def record_configuration @record_configuration end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
64 65 66 |
# File 'sig/types.rbs', line 64 def @stream_creation_timestamp end |