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)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1905
1906
1907
# File 'sig/types.rbs', line 1905

def name
  @name
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1904
1905
1906
# File 'sig/types.rbs', line 1904

def test_template_arn
  @test_template_arn
end