Class: Aws::Inspector2::Types::StartCisSessionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

The start CIS session message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#session_token ⇒ String

The unique token that identifies the CIS session.

Returns:

  • (String)


9942
9943
9944
9945
9946
# File 'lib/aws-sdk-inspector2/types.rb', line 9942

class StartCisSessionMessage < Struct.new(
  :session_token)
  SENSITIVE = []
  include Aws::Structure
end