Module: Aws::CustomerProfiles::Client::_GetEventStreamResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventStreamResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #destination_details ⇒ Types::EventStreamDestinationDetails
- #domain_name ⇒ ::String
- #event_stream_arn ⇒ ::String
- #state ⇒ "RUNNING", "STOPPED"
- #stopped_since ⇒ ::Time
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#created_at ⇒ ::Time
839 |
# File 'sig/client.rbs', line 839
def created_at: () -> ::Time
|
#destination_details ⇒ Types::EventStreamDestinationDetails
842 |
# File 'sig/client.rbs', line 842
def destination_details: () -> Types::EventStreamDestinationDetails
|
#domain_name ⇒ ::String
837 |
# File 'sig/client.rbs', line 837
def domain_name: () -> ::String
|
#event_stream_arn ⇒ ::String
838 |
# File 'sig/client.rbs', line 838
def event_stream_arn: () -> ::String
|
#state ⇒ "RUNNING", "STOPPED"
840 |
# File 'sig/client.rbs', line 840
def state: () -> ("RUNNING" | "STOPPED")
|
#stopped_since ⇒ ::Time
841 |
# File 'sig/client.rbs', line 841
def stopped_since: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
843 |
# File 'sig/client.rbs', line 843
def tags: () -> ::Hash[::String, ::String]
|