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:



1799
1800
1801
# File 'sig/types.rbs', line 1799

def actions
  @actions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1797
1798
1799
# File 'sig/types.rbs', line 1797

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1796
1797
1798
# File 'sig/types.rbs', line 1796

def name
  @name
end

#parameters::Array[Types::TestTemplateParameter]

Returns the value of attribute parameters.

Returns:



1798
1799
1800
# File 'sig/types.rbs', line 1798

def parameters
  @parameters
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1795
1796
1797
# File 'sig/types.rbs', line 1795

def test_template_arn
  @test_template_arn
end