Class: Aws::Types::PutSegmentSubscriptionResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutSegmentSubscriptionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "STARTING", ...
Returns the value of attribute status.
Instance Attribute Details
#schedule_configuration ⇒ Types::ScheduleConfiguration
Returns the value of attribute schedule_configuration.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def schedule_configuration @schedule_configuration end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def started_at @started_at end |
#status ⇒ "STARTING", ...
Returns the value of attribute status.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def status @status end |