Class: Aws::Inspector2::Types::StopCisSessionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

The stop CIS session message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#benchmark_profileString

The message benchmark profile.

Returns:

  • (String)


6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-inspector2/types.rb', line 6691

class StopCisSessionMessage < Struct.new(
  :benchmark_profile,
  :benchmark_version,
  :compute_platform,
  :progress,
  :reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#benchmark_versionString

The message benchmark version.

Returns:

  • (String)


6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-inspector2/types.rb', line 6691

class StopCisSessionMessage < Struct.new(
  :benchmark_profile,
  :benchmark_version,
  :compute_platform,
  :progress,
  :reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#compute_platformTypes::ComputePlatform

The message compute platform.



6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-inspector2/types.rb', line 6691

class StopCisSessionMessage < Struct.new(
  :benchmark_profile,
  :benchmark_version,
  :compute_platform,
  :progress,
  :reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#progressTypes::StopCisMessageProgress

The progress of the message.



6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-inspector2/types.rb', line 6691

class StopCisSessionMessage < Struct.new(
  :benchmark_profile,
  :benchmark_version,
  :compute_platform,
  :progress,
  :reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the message.

Returns:

  • (String)


6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-inspector2/types.rb', line 6691

class StopCisSessionMessage < Struct.new(
  :benchmark_profile,
  :benchmark_version,
  :compute_platform,
  :progress,
  :reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the message.

Returns:

  • (String)


6691
6692
6693
6694
6695
6696
6697
6698
6699
6700
# File 'lib/aws-sdk-inspector2/types.rb', line 6691

class StopCisSessionMessage < Struct.new(
  :benchmark_profile,
  :benchmark_version,
  :compute_platform,
  :progress,
  :reason,
  :status)
  SENSITIVE = []
  include Aws::Structure
end