Class: Aws::Types::StopCisSessionMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#benchmark_profile::String

Returns the value of attribute benchmark_profile.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2707
2708
2709
# File 'sig/types.rbs', line 2707

def benchmark_version
  @benchmark_version
end

#compute_platformTypes::ComputePlatform

Returns the value of attribute compute_platform.



2706
2707
2708
# File 'sig/types.rbs', line 2706

def compute_platform
  @compute_platform
end

#progressTypes::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.

Returns:

  • (::String)


2704
2705
2706
# File 'sig/types.rbs', line 2704

def reason
  @reason
end

#status"SUCCESS", ...

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "FAILED", "INTERRUPTED", "UNSUPPORTED_OS")


2703
2704
2705
# File 'sig/types.rbs', line 2703

def status
  @status
end