Class: Aws::CustomerProfiles::Types::PutSegmentSubscriptionResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schedule_configurationTypes::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_atTime

The timestamp of when the subscription was started.

Returns:

  • (Time)


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

#statusString

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).

Returns:

  • (String)


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