Class: Aws::Types::CreateEventStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_stream_arn ⇒ ::String
Returns the value of attribute event_stream_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#event_stream_arn ⇒ ::String
Returns the value of attribute event_stream_arn.
397 398 399 |
# File 'sig/types.rbs', line 397 def event_stream_arn @event_stream_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
398 399 400 |
# File 'sig/types.rbs', line 398 def @tags end |