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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6668

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)


6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6668

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.



6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6668

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.



6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6668

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)


6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6668

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)


6668
6669
6670
6671
6672
6673
6674
6675
6676
6677
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6668

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