Class: Aws::CustomerProfiles::Types::EventStreamSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

An instance of EventStream in a list of EventStreams.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_summaryTypes::DestinationSummary

Summary information about the Kinesis data stream.



1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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_nameString

The unique name of the domain.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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_arnString

A unique identifier for the event stream.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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_nameString

The name of the event stream.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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

#stateString

The operational state of destination stream for export.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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_sinceTime

The timestamp when the State changed to STOPPED.

Returns:

  • (Time)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
# File 'gems/aws-sdk-customerprofiles/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