Class: Aws::Types::GetTemplateSyncStatusInput

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)


869
870
871
# File 'sig/types.rbs', line 869

def template_name
  @template_name
end

#template_type ⇒ "ENVIRONMENT", "SERVICE"

Returns the value of attribute template_type.

Returns:

  • ("ENVIRONMENT", "SERVICE")


870
871
872
# File 'sig/types.rbs', line 870

def template_type
  @template_type
end

#template_version ⇒ ::String

Returns the value of attribute template_version.

Returns:

  • (::String)


871
872
873
# File 'sig/types.rbs', line 871

def template_version
  @template_version
end