Class: Aws::Types::DeleteConfigurationTemplateMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def application_name
  @application_name
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def template_name
  @template_name
end