Class: Aws::Types::CreateStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def description @description end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def stream_id @stream_id end |
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def stream_version @stream_version end |