Class: Aws::Types::MetaLibraryTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#library_template_body_inputsTypes::LibraryTemplateBodyInputs

Returns the value of attribute library_template_body_inputs.



448
449
450
# File 'sig/types.rbs', line 448

def library_template_body_inputs
  @library_template_body_inputs
end

#library_template_button_inputs::Array[Types::LibraryTemplateButtonInput]

Returns the value of attribute library_template_button_inputs.

Returns:



447
448
449
# File 'sig/types.rbs', line 447

def library_template_button_inputs
  @library_template_button_inputs
end

#library_template_name::String

Returns the value of attribute library_template_name.

Returns:

  • (::String)


444
445
446
# File 'sig/types.rbs', line 444

def library_template_name
  @library_template_name
end

#template_category::String

Returns the value of attribute template_category.

Returns:

  • (::String)


445
446
447
# File 'sig/types.rbs', line 445

def template_category
  @template_category
end

#template_language::String

Returns the value of attribute template_language.

Returns:

  • (::String)


446
447
448
# File 'sig/types.rbs', line 446

def template_language
  @template_language
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


443
444
445
# File 'sig/types.rbs', line 443

def template_name
  @template_name
end