Class: Aws::Types::UpdateTemplateRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def client_token
  @client_token
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def id
  @id
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def template_name
  @template_name
end