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)


6494
6495
6496
6497
6498
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 6494

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