Class: Aws::Types::GetEventStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetEventStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#destination_details ⇒ Types::EventStreamDestinationDetails
Returns the value of attribute destination_details.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#event_stream_arn ⇒ ::String
Returns the value of attribute event_stream_arn.
-
#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
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def created_at @created_at end |
#destination_details ⇒ Types::EventStreamDestinationDetails
Returns the value of attribute destination_details.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def destination_details @destination_details end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def domain_name @domain_name end |
#event_stream_arn ⇒ ::String
Returns the value of attribute event_stream_arn.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def event_stream_arn @event_stream_arn end |
#state ⇒ "RUNNING", "STOPPED"
Returns the value of attribute state.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def state @state end |
#stopped_since ⇒ ::Time
Returns the value of attribute stopped_since.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def stopped_since @stopped_since end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def @tags end |