Class: Aws::Types::TestRun
- Inherits:
-
Object
- Object
- Aws::Types::TestRun
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_targeting ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute account_targeting.
-
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
-
#experiments ⇒ ::Array[Types::ExperimentDetails]
Returns the value of attribute experiments.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
-
#policy ⇒ Types::TestRunPolicySnapshot
Returns the value of attribute policy.
-
#region_switch_execution_id ⇒ ::String
Returns the value of attribute region_switch_execution_id.
-
#region_switch_plan_arn ⇒ ::String
Returns the value of attribute region_switch_plan_arn.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#report_configuration ⇒ Types::TestRunReportConfiguration
Returns the value of attribute report_configuration.
-
#report_output ⇒ Types::ReportGenerationResult
Returns the value of attribute report_output.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
-
#test_id ⇒ ::String
Returns the value of attribute test_id.
-
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
-
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
Instance Attribute Details
#account_targeting ⇒ "SINGLE_ACCOUNT", "MULTI_ACCOUNT"
Returns the value of attribute account_targeting.
1684 1685 1686 |
# File 'sig/types.rbs', line 1684 def account_targeting @account_targeting end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def ended_at @ended_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1672 1673 1674 |
# File 'sig/types.rbs', line 1672 def @error_message end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def event_count @event_count end |
#experiments ⇒ ::Array[Types::ExperimentDetails]
Returns the value of attribute experiments.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def experiments @experiments end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
1674 1675 1676 |
# File 'sig/types.rbs', line 1674 def logging_configuration @logging_configuration end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def parameters @parameters end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
1682 1683 1684 |
# File 'sig/types.rbs', line 1682 def @permission_model end |
#policy ⇒ Types::TestRunPolicySnapshot
Returns the value of attribute policy.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def policy @policy end |
#region_switch_execution_id ⇒ ::String
Returns the value of attribute region_switch_execution_id.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def region_switch_execution_id @region_switch_execution_id end |
#region_switch_plan_arn ⇒ ::String
Returns the value of attribute region_switch_plan_arn.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def region_switch_plan_arn @region_switch_plan_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1683 1684 1685 |
# File 'sig/types.rbs', line 1683 def regions @regions end |
#report_configuration ⇒ Types::TestRunReportConfiguration
Returns the value of attribute report_configuration.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def report_configuration @report_configuration end |
#report_output ⇒ Types::ReportGenerationResult
Returns the value of attribute report_output.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def report_output @report_output end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1675 1676 1677 |
# File 'sig/types.rbs', line 1675 def role_name @role_name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def started_at @started_at end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
1665 1666 1667 |
# File 'sig/types.rbs', line 1665 def status @status end |
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
1673 1674 1675 |
# File 'sig/types.rbs', line 1673 def stop_conditions @stop_conditions end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
1664 1665 1666 |
# File 'sig/types.rbs', line 1664 def test_id @test_id end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def test_run_id @test_run_id end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def test_template_arn @test_template_arn end |