Class: Aws::CustomerProfiles::Types::PutSegmentSubscriptionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::PutSegmentSubscriptionResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
The schedule configuration for the subscription, if configured.
-
#started_at ⇒ Time
The timestamp of when the subscription was started.
-
#status ⇒ String
The current lifecycle status of the subscription.
Instance Attribute Details
#schedule_configuration ⇒ Types::ScheduleConfiguration
The schedule configuration for the subscription, if configured.
9112 9113 9114 9115 9116 9117 9118 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9112 class PutSegmentSubscriptionResponse < Struct.new( :status, :schedule_configuration, :started_at) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp of when the subscription was started.
9112 9113 9114 9115 9116 9117 9118 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9112 class PutSegmentSubscriptionResponse < Struct.new( :status, :schedule_configuration, :started_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current lifecycle status of the subscription. The following are valid values:
STARTING: Initial snapshot is in progress.
RUNNING: Notifications are active and running.
STOPPED: Notifications have been stopped.
FAILED: Notifications failed (for example, the Amazon Kinesis data stream became inaccessible).
9112 9113 9114 9115 9116 9117 9118 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 9112 class PutSegmentSubscriptionResponse < Struct.new( :status, :schedule_configuration, :started_at) SENSITIVE = [] include Aws::Structure end |