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:



1644
1645
1646
# File 'sig/types.rbs', line 1644

def actions
  @actions
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def creation_time
  @creation_time
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



1645
1646
1647
# File 'sig/types.rbs', line 1645

def logging_configuration
  @logging_configuration
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def name
  @name
end

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

Returns the value of attribute parameters.

Returns:

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


1648
1649
1650
# File 'sig/types.rbs', line 1648

def parameters
  @parameters
end

#role_name::String

Returns the value of attribute role_name.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def role_name
  @role_name
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


1642
1643
1644
# File 'sig/types.rbs', line 1642

def service_arn
  @service_arn
end

#stop_conditions::Array[Types::StopCondition]

Returns the value of attribute stop_conditions.

Returns:



1646
1647
1648
# File 'sig/types.rbs', line 1646

def stop_conditions
  @stop_conditions
end

#successful_test_runs::Integer

Returns the value of attribute successful_test_runs.

Returns:

  • (::Integer)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def successful_test_runs
  @successful_test_runs
end

#test_id::String

Returns the value of attribute test_id.

Returns:

  • (::String)


1640
1641
1642
# File 'sig/types.rbs', line 1640

def test_id
  @test_id
end

#test_template_arn::String

Returns the value of attribute test_template_arn.

Returns:

  • (::String)


1641
1642
1643
# File 'sig/types.rbs', line 1641

def test_template_arn
  @test_template_arn
end

#total_test_runs::Integer

Returns the value of attribute total_test_runs.

Returns:

  • (::Integer)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def total_test_runs
  @total_test_runs
end