Class: Aws::Types::CreateScheduledActionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


112
113
114
# File 'sig/types.rbs', line 112

def enabled
  @enabled
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


113
114
115
# File 'sig/types.rbs', line 113

def end_time
  @end_time
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def namespace_name
  @namespace_name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def role_arn
  @role_arn
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def schedule
  @schedule
end

#scheduled_action_description::String

Returns the value of attribute scheduled_action_description.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def scheduled_action_description
  @scheduled_action_description
end

#scheduled_action_name::String

Returns the value of attribute scheduled_action_name.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def scheduled_action_name
  @scheduled_action_name
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


119
120
121
# File 'sig/types.rbs', line 119

def start_time
  @start_time
end

#target_actionTypes::TargetAction

Returns the value of attribute target_action.

Returns:



120
121
122
# File 'sig/types.rbs', line 120

def target_action
  @target_action
end