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.
1694 1695 1696 |
# File 'sig/types.rbs', line 1694 def actions @actions end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def creation_time @creation_time end |
#logging_configuration ⇒ Types::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.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def name @name end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def parameters @parameters end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
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.
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.
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.
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.
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.
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.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def total_test_runs @total_test_runs end |