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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


6517
6518
6519
6520
6521
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6517

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