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_profile ⇒ String

The message benchmark profile.

Returns:

  • (String)


10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-inspector2/types.rb', line 10160

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

#benchmark_version ⇒ String

The message benchmark version.

Returns:

  • (String)


10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-inspector2/types.rb', line 10160

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

#compute_platform ⇒ Types::ComputePlatform

The message compute platform.



10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-inspector2/types.rb', line 10160

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

#progress ⇒ Types::StopCisMessageProgress

The progress of the message.



10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-inspector2/types.rb', line 10160

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

#reason ⇒ String

The reason for the message.

Returns:

  • (String)


10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-inspector2/types.rb', line 10160

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

#status ⇒ String

The status of the message.

Returns:

  • (String)


10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
# File 'lib/aws-sdk-inspector2/types.rb', line 10160

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