Class: Aws::Types::ScheduledActionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


888
889
890
# File 'sig/types.rbs', line 888

def end_time
  @end_time
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def namespace_name
  @namespace_name
end

#next_invocations::Array[::Time]

Returns the value of attribute next_invocations.

Returns:

  • (::Array[::Time])


890
891
892
# File 'sig/types.rbs', line 890

def next_invocations
  @next_invocations
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


891
892
893
# File 'sig/types.rbs', line 891

def role_arn
  @role_arn
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



892
893
894
# File 'sig/types.rbs', line 892

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


893
894
895
# File 'sig/types.rbs', line 893

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


894
895
896
# File 'sig/types.rbs', line 894

def scheduled_action_name
  @scheduled_action_name
end

#scheduled_action_uuid::String

Returns the value of attribute scheduled_action_uuid.

Returns:

  • (::String)


895
896
897
# File 'sig/types.rbs', line 895

def scheduled_action_uuid
  @scheduled_action_uuid
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


896
897
898
# File 'sig/types.rbs', line 896

def start_time
  @start_time
end

#state"ACTIVE", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DISABLED")


897
898
899
# File 'sig/types.rbs', line 897

def state
  @state
end

#target_actionTypes::TargetAction

Returns the value of attribute target_action.

Returns:



898
899
900
# File 'sig/types.rbs', line 898

def target_action
  @target_action
end