Class: Aws::CustomerProfiles::Types::GetEventStreamResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CustomerProfiles::Types::GetEventStreamResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-customerprofiles/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp of when the export was created.
 - 
  
    
      #destination_details  ⇒ Types::EventStreamDestinationDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details regarding the Kinesis stream.
 - 
  
    
      #domain_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique name of the domain.
 - 
  
    
      #event_stream_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A unique identifier for 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
#created_at ⇒ Time
The timestamp of when the export was created.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#destination_details ⇒ Types::EventStreamDestinationDetails
Details regarding the Kinesis stream.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#domain_name ⇒ String
The unique name of the domain.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#event_stream_arn ⇒ String
A unique identifier for the event stream.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The operational state of destination stream for export.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#stopped_since ⇒ Time
The timestamp when the ‘State` changed to `STOPPED`.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
      2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102  | 
    
      # File 'lib/aws-sdk-customerprofiles/types.rb', line 2092 class GetEventStreamResponse < Struct.new( :domain_name, :event_stream_arn, :created_at, :state, :stopped_since, :destination_details, :tags) SENSITIVE = [] include Aws::Structure end  |