Class: Aws::Types::ScheduledPlanExecutionMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_time::Time

Returns the value of attribute execution_time.

Returns:

  • (::Time)


2129
2130
2131
# File 'sig/types.rbs', line 2129

def execution_time
  @execution_time
end

#rule_execution_type"CONTINUOUS", ...

Returns the value of attribute rule_execution_type.

Returns:

  • ("CONTINUOUS", "SNAPSHOTS", "CONTINUOUS_AND_SNAPSHOTS")


2131
2132
2133
# File 'sig/types.rbs', line 2131

def rule_execution_type
  @rule_execution_type
end

#rule_id::String

Returns the value of attribute rule_id.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def rule_id
  @rule_id
end