Class: Aws::AsyncClientStubs::StubsStream

Inherits:
Object
  • Object
show all
Defined in:
sig/aws-sdk-core/async_client_stubs.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeStubsStream

Returns a new instance of StubsStream.



8
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 8

def initialize: () -> void

Instance Attribute Details

#send_eventsObject

Returns the value of attribute send_events.

Returns:

  • (Object)


10
11
12
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 10

def send_events
  @send_events
end

#stateSymbol (readonly)

Returns the value of attribute state.

Returns:

  • (Symbol)


12
13
14
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 12

def state
  @state
end

Instance Method Details

#closevoid

This method returns an undefined value.



18
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 18

def close: () -> void

#closed?Boolean

Returns:

  • (Boolean)


16
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 16

def closed?: () -> bool

#dataObject

Parameters:

  • bytes (Object)
  • options (::Hash[untyped, untyped])

Returns:

  • (Object)


14
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 14

def data: (untyped bytes, ?::Hash[untyped, untyped] options) -> untyped