Class: Aws::Types::Test
- Inherits:
-
Object
- Object
- Aws::Types::Test
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::TestAction]
Returns the value of attribute actions.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
-
#successful_test_runs ⇒ ::Integer
Returns the value of attribute successful_test_runs.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
-
#total_test_runs ⇒ ::Integer
Returns the value of attribute total_test_runs.
Instance Attribute Details
#actions ⇒ ::Array[Types::TestAction]
Returns the value of attribute actions.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def actions @actions end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def creation_time @creation_time end |
#logging_configuration ⇒ Types::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.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def name @name end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def parameters @parameters end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
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.
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.
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.
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.
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.
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.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def total_test_runs @total_test_runs end |