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.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 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.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 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.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 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.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 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.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 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`.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 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.
      1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 1528 class EventStreamSummary < Struct.new( :domain_name, :event_stream_name, :event_stream_arn, :state, :stopped_since, :destination_summary, :tags) SENSITIVE = [] include Aws::Structure end  |