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)


8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
# File 'lib/aws-sdk-inspector2/types.rb', line 8299

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

#benchmark_versionString

The message benchmark version.

Returns:

  • (String)


8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
# File 'lib/aws-sdk-inspector2/types.rb', line 8299

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

#compute_platformTypes::ComputePlatform

The message compute platform.



8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
# File 'lib/aws-sdk-inspector2/types.rb', line 8299

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

#progressTypes::StopCisMessageProgress

The progress of the message.



8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
# File 'lib/aws-sdk-inspector2/types.rb', line 8299

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

#reasonString

The reason for the message.

Returns:

  • (String)


8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
# File 'lib/aws-sdk-inspector2/types.rb', line 8299

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

#statusString

The status of the message.

Returns:

  • (String)


8299
8300
8301
8302
8303
8304
8305
8306
8307
8308
# File 'lib/aws-sdk-inspector2/types.rb', line 8299

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