Class: Aws::Types::CustomTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_instructions::Array[Types::TemplateSectionInstruction]

Returns the value of attribute template_instructions.

Returns:



103
104
105
# File 'sig/types.rbs', line 103

def template_instructions
  @template_instructions
end

#template_type"HISTORY_AND_PHYSICAL", ...

Returns the value of attribute template_type.

Returns:

  • ("HISTORY_AND_PHYSICAL", "GIRPP", "DAP", "SIRP", "BIRP", "BEHAVIORAL_SOAP")


102
103
104
# File 'sig/types.rbs', line 102

def template_type
  @template_type
end