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_tokenString

The unique token that identifies the CIS session.

Returns:

  • (String)


6520
6521
6522
6523
6524
# File 'lib/aws-sdk-inspector2/types.rb', line 6520

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