Class: Aws::Types::CreateTemplateResponse

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])


59
60
61
# File 'sig/types.rbs', line 59

def tags
  @tags
end

#template_arn::String

Returns the value of attribute template_arn.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def template_arn
  @template_arn
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def template_id
  @template_id
end