Class: Aws::Types::GetTemplateOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stages_available::Array[("Original" | "Processed")]

Returns the value of attribute stages_available.

Returns:

  • (::Array[("Original" | "Processed")])


843
844
845
# File 'sig/types.rbs', line 843

def stages_available
  @stages_available
end

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def template_body
  @template_body
end