Class: Aws::Types::EventStreamSummary
- Inherits:
-
Object
- Object
- Aws::Types::EventStreamSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_summary ⇒ Types::DestinationSummary
Returns the value of attribute destination_summary.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#event_stream_arn ⇒ ::String
Returns the value of attribute event_stream_arn.
-
#event_stream_name ⇒ ::String
Returns the value of attribute event_stream_name.
-
#state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute state.
-
#stopped_since ⇒ ::Time
Returns the value of attribute stopped_since.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#destination_summary ⇒ Types::DestinationSummary
Returns the value of attribute destination_summary.
902 903 904 |
# File 'sig/types.rbs', line 902 def destination_summary @destination_summary end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
897 898 899 |
# File 'sig/types.rbs', line 897 def domain_name @domain_name end |
#event_stream_arn ⇒ ::String
Returns the value of attribute event_stream_arn.
899 900 901 |
# File 'sig/types.rbs', line 899 def event_stream_arn @event_stream_arn end |
#event_stream_name ⇒ ::String
Returns the value of attribute event_stream_name.
898 899 900 |
# File 'sig/types.rbs', line 898 def event_stream_name @event_stream_name end |
#state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute state.
900 901 902 |
# File 'sig/types.rbs', line 900 def state @state end |
#stopped_since ⇒ ::Time
Returns the value of attribute stopped_since.
901 902 903 |
# File 'sig/types.rbs', line 901 def stopped_since @stopped_since end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
903 904 905 |
# File 'sig/types.rbs', line 903 def @tags end |