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.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def account_targeting @account_targeting end |
#ended_at ⇒ ::Time
Returns the value of attribute ended_at.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def ended_at @ended_at end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def @error_message end |
#event_count ⇒ ::Integer
Returns the value of attribute event_count.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def event_count @event_count end |
#experiments ⇒ ::Array[Types::ExperimentDetails]
Returns the value of attribute experiments.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def experiments @experiments end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def logging_configuration @logging_configuration end |
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def parameters @parameters end |
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def @permission_model end |
#policy ⇒ Types::TestRunPolicySnapshot
Returns the value of attribute policy.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def policy @policy end |
#region_switch_execution_id ⇒ ::String
Returns the value of attribute region_switch_execution_id.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def region_switch_execution_id @region_switch_execution_id end |
#region_switch_plan_arn ⇒ ::String
Returns the value of attribute region_switch_plan_arn.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def region_switch_plan_arn @region_switch_plan_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def regions @regions end |
#report_configuration ⇒ Types::TestRunReportConfiguration
Returns the value of attribute report_configuration.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def report_configuration @report_configuration end |
#report_output ⇒ Types::ReportGenerationResult
Returns the value of attribute report_output.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def report_output @report_output end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def role_name @role_name end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def service_arn @service_arn end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def started_at @started_at end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def status @status end |
#stop_conditions ⇒ ::Array[Types::StopCondition]
Returns the value of attribute stop_conditions.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def stop_conditions @stop_conditions end |
#test_id ⇒ ::String
Returns the value of attribute test_id.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def test_id @test_id end |
#test_run_id ⇒ ::String
Returns the value of attribute test_run_id.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def test_run_id @test_run_id end |
#test_template_arn ⇒ ::String
Returns the value of attribute test_template_arn.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def test_template_arn @test_template_arn end |