Class: Aws::Types::ValidateTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


2224
2225
2226
# File 'sig/types.rbs', line 2224

def template_body
  @template_body
end

#template_url::String

Returns the value of attribute template_url.

Returns:

  • (::String)


2225
2226
2227
# File 'sig/types.rbs', line 2225

def template_url
  @template_url
end