Class: Aws::Types::TestRun

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_targeting"SINGLE_ACCOUNT", "MULTI_ACCOUNT"

Returns the value of attribute account_targeting.

Returns:

  • ("SINGLE_ACCOUNT", "MULTI_ACCOUNT")


1734
1735
1736
# File 'sig/types.rbs', line 1734

def 
  @account_targeting
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1722
1723
1724
# File 'sig/types.rbs', line 1722

def error_message
  @error_message
end

#event_count::Integer

Returns the value of attribute event_count.

Returns:

  • (::Integer)


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.

Returns:



1719
1720
1721
# File 'sig/types.rbs', line 1719

def experiments
  @experiments
end

#logging_configurationTypes::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.

Returns:

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


1721
1722
1723
# File 'sig/types.rbs', line 1721

def parameters
  @parameters
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



1732
1733
1734
# File 'sig/types.rbs', line 1732

def permission_model
  @permission_model
end

#policyTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1733
1734
1735
# File 'sig/types.rbs', line 1733

def regions
  @regions
end

#report_configurationTypes::TestRunReportConfiguration

Returns the value of attribute report_configuration.



1727
1728
1729
# File 'sig/types.rbs', line 1727

def report_configuration
  @report_configuration
end

#report_outputTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def started_at
  @started_at
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZING", "RUNNING", "STOPPING", "PASSED", "FAILED", "STOPPED", "ERROR")


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1726
1727
1728
# File 'sig/types.rbs', line 1726

def test_template_arn
  @test_template_arn
end