Class: Aws::Types::StateTemplateUpdateStrategy

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

Defined Under Namespace

Classes: OnChange, Periodic, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#on_change ⇒ Types::OnChangeStateTemplateUpdateStrategy

Returns the value of attribute on_change.



1218
1219
1220
# File 'sig/types.rbs', line 1218

def on_change
  @on_change
end

#periodic ⇒ Types::PeriodicStateTemplateUpdateStrategy

Returns the value of attribute periodic.



1217
1218
1219
# File 'sig/types.rbs', line 1217

def periodic
  @periodic
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def unknown
  @unknown
end