Module: Aws::CustomerProfiles::Client::_PutSegmentSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutSegmentSubscriptionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #schedule_configuration ⇒ Types::ScheduleConfiguration
- #started_at ⇒ ::Time
- #status ⇒ "STARTING", ...
Instance Method Details
#schedule_configuration ⇒ Types::ScheduleConfiguration
1802 |
# File 'sig/client.rbs', line 1802
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#started_at ⇒ ::Time
1803 |
# File 'sig/client.rbs', line 1803
def started_at: () -> ::Time
|
#status ⇒ "STARTING", ...
1801 |
# File 'sig/client.rbs', line 1801
def status: () -> ("STARTING" | "RUNNING" | "STOPPED" | "FAILED")
|