Class: Aws::Types::DeleteTemplateSyncConfigInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def template_name
  @template_name
end

#template_type ⇒ "ENVIRONMENT", "SERVICE"

Returns the value of attribute template_type.

Returns:

  • ("ENVIRONMENT", "SERVICE")


460
461
462
# File 'sig/types.rbs', line 460

def template_type
  @template_type
end