Class: Aws::Types::UpdateTemplateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


633
634
635
# File 'sig/types.rbs', line 633

def tags
  @tags
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


632
633
634
# File 'sig/types.rbs', line 632

def template_arn
  @template_arn
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def template_id
  @template_id
end