Class: Aws::Types::CreateTemplateRequest

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)


51
52
53
# File 'sig/types.rbs', line 51

def client_token
  @client_token
end

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

Returns the value of attribute tags.

Returns:

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


52
53
54
# File 'sig/types.rbs', line 52

def tags
  @tags
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def template_name
  @template_name
end

#template_sourceTypes::TemplateSource

Returns the value of attribute template_source.



50
51
52
# File 'sig/types.rbs', line 50

def template_source
  @template_source
end