Class: Aws::Types::Test

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:



1694
1695
1696
# File 'sig/types.rbs', line 1694

def actions
  @actions
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1701
1702
1703
# File 'sig/types.rbs', line 1701

def creation_time
  @creation_time
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



1695
1696
1697
# File 'sig/types.rbs', line 1695

def logging_configuration
  @logging_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1693
1694
1695
# File 'sig/types.rbs', line 1693

def name
  @name
end

#parameters::Hash[::String, ::Array[::String]]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::Array[::String]])


1698
1699
1700
# File 'sig/types.rbs', line 1698

def parameters
  @parameters
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1697
1698
1699
# File 'sig/types.rbs', line 1697

def role_name
  @role_name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1692
1693
1694
# File 'sig/types.rbs', line 1692

def service_arn
  @service_arn
end

#stop_conditions::Array[Types::StopCondition]

Returns the value of attribute stop_conditions.

Returns:



1696
1697
1698
# File 'sig/types.rbs', line 1696

def stop_conditions
  @stop_conditions
end

#successful_test_runs::Integer

Returns the value of attribute successful_test_runs.

Returns:

  • (::Integer)


1700
1701
1702
# File 'sig/types.rbs', line 1700

def successful_test_runs
  @successful_test_runs
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


1690
1691
1692
# File 'sig/types.rbs', line 1690

def test_id
  @test_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1691
1692
1693
# File 'sig/types.rbs', line 1691

def test_template_arn
  @test_template_arn
end

#total_test_runs::Integer

Returns the value of attribute total_test_runs.

Returns:

  • (::Integer)


1699
1700
1701
# File 'sig/types.rbs', line 1699

def total_test_runs
  @total_test_runs
end