Class: Aws::Inspector2::Types::StopCisSessionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StopCisSessionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The stop CIS session message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#benchmark_profile ⇒ String
The message benchmark profile.
-
#benchmark_version ⇒ String
The message benchmark version.
-
#compute_platform ⇒ Types::ComputePlatform
The message compute platform.
-
#progress ⇒ Types::StopCisMessageProgress
The progress of the message.
-
#reason ⇒ String
The reason for the message.
-
#status ⇒ String
The status of the message.
Instance Attribute Details
#benchmark_profile ⇒ String
The message benchmark profile.
6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6694 class StopCisSessionMessage < Struct.new( :benchmark_profile, :benchmark_version, :compute_platform, :progress, :reason, :status) SENSITIVE = [] include Aws::Structure end |
#benchmark_version ⇒ String
The message benchmark version.
6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6694 class StopCisSessionMessage < Struct.new( :benchmark_profile, :benchmark_version, :compute_platform, :progress, :reason, :status) SENSITIVE = [] include Aws::Structure end |
#compute_platform ⇒ Types::ComputePlatform
The message compute platform.
6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6694 class StopCisSessionMessage < Struct.new( :benchmark_profile, :benchmark_version, :compute_platform, :progress, :reason, :status) SENSITIVE = [] include Aws::Structure end |
#progress ⇒ Types::StopCisMessageProgress
The progress of the message.
6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6694 class StopCisSessionMessage < Struct.new( :benchmark_profile, :benchmark_version, :compute_platform, :progress, :reason, :status) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the message.
6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6694 class StopCisSessionMessage < Struct.new( :benchmark_profile, :benchmark_version, :compute_platform, :progress, :reason, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the message.
6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 |
# File 'lib/aws-sdk-inspector2/types.rb', line 6694 class StopCisSessionMessage < Struct.new( :benchmark_profile, :benchmark_version, :compute_platform, :progress, :reason, :status) SENSITIVE = [] include Aws::Structure end |