Class: Aws::Types::PutSegmentSubscriptionResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::Time)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def started_at
  @started_at
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "STOPPED", "FAILED")


2390
2391
2392
# File 'sig/types.rbs', line 2390

def status
  @status
end