Class: Aws::Types::GetSegmentSubscriptionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1470
1471
1472
# File 'sig/types.rbs', line 1470

def message
  @message
end

#schedule_configurationTypes::ScheduleConfiguration

Returns the value of attribute schedule_configuration.



1471
1472
1473
# File 'sig/types.rbs', line 1471

def schedule_configuration
  @schedule_configuration
end

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

Returns:

  • (::Time)


1473
1474
1475
# File 'sig/types.rbs', line 1473

def started_at
  @started_at
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


1469
1470
1471
# File 'sig/types.rbs', line 1469

def status
  @status
end