Class: Aws::Types::MetaLibraryTemplateDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#template_body::String

Returns the value of attribute template_body.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def template_body
  @template_body
end

#template_body_example_params::Array[::String]

Returns the value of attribute template_body_example_params.

Returns:

  • (::Array[::String])


463
464
465
# File 'sig/types.rbs', line 463

def template_body_example_params
  @template_body_example_params
end

#template_buttons::Array[Types::LibraryTemplateButtonList]

Returns the value of attribute template_buttons.

Returns:



461
462
463
# File 'sig/types.rbs', line 461

def template_buttons
  @template_buttons
end

#template_category::String

Returns the value of attribute template_category.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def template_category
  @template_category
end

#template_header::String

Returns the value of attribute template_header.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def template_header
  @template_header
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


462
463
464
# File 'sig/types.rbs', line 462

def template_id
  @template_id
end

#template_industry::Array[::String]

Returns the value of attribute template_industry.

Returns:

  • (::Array[::String])


458
459
460
# File 'sig/types.rbs', line 458

def template_industry
  @template_industry
end

#template_language::String

Returns the value of attribute template_language.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def template_language
  @template_language
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def template_name
  @template_name
end

#template_topic::String

Returns the value of attribute template_topic.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def template_topic
  @template_topic
end

#template_use_case::String

Returns the value of attribute template_use_case.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def template_use_case
  @template_use_case
end