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
807 |
# File 'sig/client.rbs', line 807
def created_at: () -> ::Time
|
#destination_details ⇒ Types::EventStreamDestinationDetails
810 |
# File 'sig/client.rbs', line 810
def destination_details: () -> Types::EventStreamDestinationDetails
|
#domain_name ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def domain_name: () -> ::String
|
#event_stream_arn ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def event_stream_arn: () -> ::String
|
#state ⇒ "RUNNING", "STOPPED"
808 |
# File 'sig/client.rbs', line 808
def state: () -> ("RUNNING" | "STOPPED")
|
#stopped_since ⇒ ::Time
809 |
# File 'sig/client.rbs', line 809
def stopped_since: () -> ::Time
|
#tags ⇒ ::Hash[::String, ::String]
811 |
# File 'sig/client.rbs', line 811
def tags: () -> ::Hash[::String, ::String]
|