Class: Aws::Types::GetSegmentSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSegmentSubscriptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#scheduled_executions ⇒ Types::ScheduledExecutions
Returns the value of attribute scheduled_executions.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
Instance Attribute Details
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def last_updated_at @last_updated_at end |
#message ⇒ ::String
Returns the value of attribute message.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def @message end |
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def schedule_configuration @schedule_configuration end |
#scheduled_executions ⇒ Types::ScheduledExecutions
Returns the value of attribute scheduled_executions.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def scheduled_executions @scheduled_executions end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def started_at @started_at end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
1469 1470 1471 |
# File 'sig/types.rbs', line 1469 def status @status end |