Class: Aws::AsyncClientStubs::StubsStream
- Inherits:
-
Object
- Object
- Aws::AsyncClientStubs::StubsStream
- Defined in:
- sig/aws-sdk-core/async_client_stubs.rbs
Instance Attribute Summary collapse
-
#send_events ⇒ Object
Returns the value of attribute send_events.
-
#state ⇒ Symbol
readonly
Returns the value of attribute state.
Instance Method Summary collapse
- #close ⇒ void
- #closed? ⇒ Boolean
- #data ⇒ Object
-
#initialize ⇒ StubsStream
constructor
A new instance of StubsStream.
Constructor Details
#initialize ⇒ StubsStream
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_events ⇒ Object
Returns the value of attribute send_events.
10 11 12 |
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 10 def send_events @send_events end |
#state ⇒ Symbol (readonly)
Returns the value of attribute state.
12 13 14 |
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 12 def state @state end |
Instance Method Details
#close ⇒ void
This method returns an undefined value.
18 |
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 18
def close: () -> void
|
#closed? ⇒ Boolean
16 |
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 16
def closed?: () -> bool
|
#data ⇒ Object
14 |
# File 'sig/aws-sdk-core/async_client_stubs.rbs', line 14
def data: (untyped bytes, ?::Hash[untyped, untyped] options) -> untyped
|