Class: Aws::Types::CreateEventStreamRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateEventStreamRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#event_stream_name ⇒ ::String
Returns the value of attribute event_stream_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
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.
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.
392 393 394 |
# File 'sig/types.rbs', line 392 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
390 391 392 |
# File 'sig/types.rbs', line 390 def uri @uri end |