Class: Aws::CustomerProfiles::Types::EventStreamDestinationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::EventStreamDestinationDetails
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Details of the destination being used for the EventStream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The human-readable string that corresponds to the error or success while enabling the streaming destination.
-
#status ⇒ String
The status of enabling the Kinesis stream as a destination for export.
-
#unhealthy_since ⇒ Time
The timestamp when the status last changed to
UNHEALHY
. -
#uri ⇒ String
The StreamARN of the destination to deliver profile events to.
Instance Attribute Details
#message ⇒ String
The human-readable string that corresponds to the error or success while enabling the streaming destination.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1486 class EventStreamDestinationDetails < Struct.new( :uri, :status, :unhealthy_since, :message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of enabling the Kinesis stream as a destination for export.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1486 class EventStreamDestinationDetails < Struct.new( :uri, :status, :unhealthy_since, :message) SENSITIVE = [] include Aws::Structure end |
#unhealthy_since ⇒ Time
The timestamp when the status last changed to UNHEALHY
.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1486 class EventStreamDestinationDetails < Struct.new( :uri, :status, :unhealthy_since, :message) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The StreamARN of the destination to deliver profile events to. For example, arn:aws:kinesis:region:account-id:stream/stream-name.
1486 1487 1488 1489 1490 1491 1492 1493 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1486 class EventStreamDestinationDetails < Struct.new( :uri, :status, :unhealthy_since, :message) SENSITIVE = [] include Aws::Structure end |