Class: Aws::Types::CreateEventStreamResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_stream_arn::String

Returns the value of attribute event_stream_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


398
399
400
# File 'sig/types.rbs', line 398

def tags
  @tags
end