Class: Aws::Types::StreamConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StreamConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fragment_number ⇒ ::String
Returns the value of attribute fragment_number.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_channel_definition ⇒ Types::StreamChannelDefinition
Returns the value of attribute stream_channel_definition.
Instance Attribute Details
#fragment_number ⇒ ::String
Returns the value of attribute fragment_number.
840 841 842 |
# File 'sig/types.rbs', line 840 def fragment_number @fragment_number end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
839 840 841 |
# File 'sig/types.rbs', line 839 def stream_arn @stream_arn end |
#stream_channel_definition ⇒ Types::StreamChannelDefinition
Returns the value of attribute stream_channel_definition.
841 842 843 |
# File 'sig/types.rbs', line 841 def stream_channel_definition @stream_channel_definition end |