Class: Aws::Types::PutEventStreamRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2463
2464
2465
# File 'sig/types.rbs', line 2463

def application_id
  @application_id
end

#write_event_streamTypes::WriteEventStream

Returns the value of attribute write_event_stream.



2464
2465
2466
# File 'sig/types.rbs', line 2464

def write_event_stream
  @write_event_stream
end