Class: Aws::Types::StateTemplateAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identifier ⇒ ::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1200
1201
1202
# File 'sig/types.rbs', line 1200

def identifier
  @identifier
end

#state_template_update_strategy ⇒ Types::StateTemplateUpdateStrategy

Returns the value of attribute state_template_update_strategy.



1201
1202
1203
# File 'sig/types.rbs', line 1201

def state_template_update_strategy
  @state_template_update_strategy
end