Class: Aws::Types::TemplateGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def name
  @name
end

#template_uris::Array[::String]

Returns the value of attribute template_uris.

Returns:

  • (::Array[::String])


346
347
348
# File 'sig/types.rbs', line 346

def template_uris
  @template_uris
end