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)


144
145
146
# File 'sig/types.rbs', line 144

def client_token
  @client_token
end

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def connector_arn
  @connector_arn
end

#definitionTypes::TemplateDefinition

Returns the value of attribute definition.



146
147
148
# File 'sig/types.rbs', line 146

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


148
149
150
# File 'sig/types.rbs', line 148

def tags
  @tags
end