Class: Aws::Types::PutEventStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutEventStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#write_event_stream ⇒ Types::WriteEventStream
Returns the value of attribute write_event_stream.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def application_id @application_id end |
#write_event_stream ⇒ Types::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 |