Class: Aws::Types::Stream
- Inherits:
-
Object
- Object
- Aws::Types::Stream
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_id ⇒ ::Integer
Returns the value of attribute file_id.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#file_id ⇒ ::Integer
Returns the value of attribute file_id.
4638 4639 4640 |
# File 'sig/types.rbs', line 4638 def file_id @file_id end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
4637 4638 4639 |
# File 'sig/types.rbs', line 4637 def stream_id @stream_id end |