Module: Aws::CustomerProfiles::Client::_GetSegmentSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSegmentSubscriptionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_updated_at ⇒ ::Time
- #message ⇒ ::String
- #schedule_configuration ⇒ Types::ScheduleConfiguration
- #scheduled_executions ⇒ Types::ScheduledExecutions
- #started_at ⇒ ::Time
- #status ⇒ "STARTING", ...
Instance Method Details
#last_updated_at ⇒ ::Time
1170 |
# File 'sig/client.rbs', line 1170
def last_updated_at: () -> ::Time
|
#message ⇒ ::String
1166 |
# File 'sig/client.rbs', line 1166
def message: () -> ::String
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
1167 |
# File 'sig/client.rbs', line 1167
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#scheduled_executions ⇒ Types::ScheduledExecutions
1168 |
# File 'sig/client.rbs', line 1168
def scheduled_executions: () -> Types::ScheduledExecutions
|
#started_at ⇒ ::Time
1169 |
# File 'sig/client.rbs', line 1169
def started_at: () -> ::Time
|
#status ⇒ "STARTING", ...
1165 |
# File 'sig/client.rbs', line 1165
def status: () -> ("STARTING" | "RUNNING" | "STOPPED" | "FAILED")
|