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)


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

def end_time
  @end_time
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


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

def namespace_name
  @namespace_name
end

#next_invocations::Array[::Time]

Returns the value of attribute next_invocations.

Returns:

  • (::Array[::Time])


900
901
902
# File 'sig/types.rbs', line 900

def next_invocations
  @next_invocations
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


901
902
903
# File 'sig/types.rbs', line 901

def role_arn
  @role_arn
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



902
903
904
# File 'sig/types.rbs', line 902

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


903
904
905
# File 'sig/types.rbs', line 903

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def scheduled_action_name
  @scheduled_action_name
end

#scheduled_action_uuid::String

Returns the value of attribute scheduled_action_uuid.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def scheduled_action_uuid
  @scheduled_action_uuid
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


906
907
908
# File 'sig/types.rbs', line 906

def start_time
  @start_time
end

#state"ACTIVE", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ACTIVE", "DISABLED")


907
908
909
# File 'sig/types.rbs', line 907

def state
  @state
end

#target_actionTypes::TargetAction

Returns the value of attribute target_action.

Returns:



908
909
910
# File 'sig/types.rbs', line 908

def target_action
  @target_action
end