Class: Aws::Types::TestTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1816
1817
1818
# File 'sig/types.rbs', line 1816

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1815
1816
1817
# File 'sig/types.rbs', line 1815

def name
  @name
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1814
1815
1816
# File 'sig/types.rbs', line 1814

def test_template_arn
  @test_template_arn
end