Class: Aws::Types::GetScheduleOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_after_completion ⇒ "NONE", "DELETE"

Returns the value of attribute action_after_completion.

Returns:

  • ("NONE", "DELETE")


139
140
141
# File 'sig/types.rbs', line 139

def action_after_completion
  @action_after_completion
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def arn
  @arn
end

#creation_date ⇒ ::Time

Returns the value of attribute creation_date.

Returns:

  • (::Time)


141
142
143
# File 'sig/types.rbs', line 141

def creation_date
  @creation_date
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def description
  @description
end

#end_date ⇒ ::Time

Returns the value of attribute end_date.

Returns:

  • (::Time)


143
144
145
# File 'sig/types.rbs', line 143

def end_date
  @end_date
end

#flexible_time_window ⇒ Types::FlexibleTimeWindow

Returns the value of attribute flexible_time_window.



144
145
146
# File 'sig/types.rbs', line 144

def flexible_time_window
  @flexible_time_window
end

#group_name ⇒ ::String

Returns the value of attribute group_name.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def group_name
  @group_name
end

#kms_key_arn ⇒ ::String

Returns the value of attribute kms_key_arn.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def kms_key_arn
  @kms_key_arn
end

#last_modification_date ⇒ ::Time

Returns the value of attribute last_modification_date.

Returns:

  • (::Time)


147
148
149
# File 'sig/types.rbs', line 147

def last_modification_date
  @last_modification_date
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


148
149
150
# File 'sig/types.rbs', line 148

def name
  @name
end

#schedule_expression ⇒ ::String

Returns the value of attribute schedule_expression.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def schedule_expression
  @schedule_expression
end

#schedule_expression_timezone ⇒ ::String

Returns the value of attribute schedule_expression_timezone.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def schedule_expression_timezone
  @schedule_expression_timezone
end

#start_date ⇒ ::Time

Returns the value of attribute start_date.

Returns:

  • (::Time)


151
152
153
# File 'sig/types.rbs', line 151

def start_date
  @start_date
end

#state ⇒ "ENABLED", "DISABLED"

Returns the value of attribute state.

Returns:

  • ("ENABLED", "DISABLED")


152
153
154
# File 'sig/types.rbs', line 152

def state
  @state
end

#target ⇒ Types::Target

Returns the value of attribute target.

Returns:



153
154
155
# File 'sig/types.rbs', line 153

def target
  @target
end