Class: Aws::Types::TestTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[Types::TestAction]

Returns the value of attribute actions.

Returns:



1889
1890
1891
# File 'sig/types.rbs', line 1889

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1887
1888
1889
# File 'sig/types.rbs', line 1887

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def name
  @name
end

#parameters::Array[Types::TestTemplateParameter]

Returns the value of attribute parameters.

Returns:



1888
1889
1890
# File 'sig/types.rbs', line 1888

def parameters
  @parameters
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def test_template_arn
  @test_template_arn
end