Class: Aws::CustomerProfiles::Types::EventStreamSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventStreamSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
An instance of EventStream in a list of EventStreams.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_summary ⇒ Types::DestinationSummary
Summary information about the Kinesis data stream.
-
#domain_name ⇒ String
The unique name of the domain.
-
#event_stream_arn ⇒ String
A unique identifier for the event stream.
-
#event_stream_name ⇒ String
The name of the event stream.
-
#state ⇒ String
The operational state of destination stream for export.
-
#stopped_since ⇒ Time
The timestamp when the ‘State` changed to `STOPPED`.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#destination_summary ⇒ Types::DestinationSummary
Summary information about the Kinesis data stream.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#event_stream_arn ⇒ String
A unique identifier for the event stream.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#event_stream_name ⇒ String
The name of the event stream.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The operational state of destination stream for export.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#stopped_since ⇒ Time
The timestamp when the ‘State` changed to `STOPPED`.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2214 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end |