Class: Aws::Types::TemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#meta_template_id::String

Returns the value of attribute meta_template_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def meta_template_id
  @meta_template_id
end

#template_category::String

Returns the value of attribute template_category.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def template_category
  @template_category
end

#template_language::String

Returns the value of attribute template_language.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def template_language
  @template_language
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def template_name
  @template_name
end

#template_quality_score::String

Returns the value of attribute template_quality_score.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def template_quality_score
  @template_quality_score
end

#template_status::String

Returns the value of attribute template_status.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def template_status
  @template_status
end