Class: Aws::Types::StopCisSessionMessage
- Inherits:
-
Object
- Object
- Aws::Types::StopCisSessionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#benchmark_profile ⇒ ::String
Returns the value of attribute benchmark_profile.
-
#benchmark_version ⇒ ::String
Returns the value of attribute benchmark_version.
-
#compute_platform ⇒ Types::ComputePlatform
Returns the value of attribute compute_platform.
-
#progress ⇒ Types::StopCisMessageProgress
Returns the value of attribute progress.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
Instance Attribute Details
#benchmark_profile ⇒ ::String
Returns the value of attribute benchmark_profile.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def benchmark_profile @benchmark_profile end |
#benchmark_version ⇒ ::String
Returns the value of attribute benchmark_version.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def benchmark_version @benchmark_version end |
#compute_platform ⇒ Types::ComputePlatform
Returns the value of attribute compute_platform.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def compute_platform @compute_platform end |
#progress ⇒ Types::StopCisMessageProgress
Returns the value of attribute progress.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def progress @progress end |
#reason ⇒ ::String
Returns the value of attribute reason.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def reason @reason end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def status @status end |