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")


1684
1685
1686
# File 'sig/types.rbs', line 1684

def 
  @account_targeting
end

#ended_at::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def error_message
  @error_message
end

#event_count::Integer

Returns the value of attribute event_count.

Returns:

  • (::Integer)


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.

Returns:



1669
1670
1671
# File 'sig/types.rbs', line 1669

def experiments
  @experiments
end

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

Returns:

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


1671
1672
1673
# File 'sig/types.rbs', line 1671

def parameters
  @parameters
end

#permission_modelTypes::PermissionModel

Returns the value of attribute permission_model.



1682
1683
1684
# File 'sig/types.rbs', line 1682

def permission_model
  @permission_model
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1683
1684
1685
# File 'sig/types.rbs', line 1683

def regions
  @regions
end

#report_configurationTypes::TestRunReportConfiguration

Returns the value of attribute report_configuration.



1677
1678
1679
# File 'sig/types.rbs', line 1677

def report_configuration
  @report_configuration
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def started_at
  @started_at
end

#status"INITIALIZING", ...

Returns the value of attribute status.

Returns:

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


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1676
1677
1678
# File 'sig/types.rbs', line 1676

def test_template_arn
  @test_template_arn
end