Class: Aws::Types::CreateEventStreamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def domain_name
  @domain_name
end

#event_stream_name::String

Returns the value of attribute event_stream_name.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def event_stream_name
  @event_stream_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


392
393
394
# File 'sig/types.rbs', line 392

def tags
  @tags
end

#uri::String

Returns the value of attribute uri.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def uri
  @uri
end