Class: Aws::Inspector2::Types::StartCisSessionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::StartCisSessionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The start CIS session message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#session_token ⇒ String
The unique token that identifies the CIS session.
Instance Attribute Details
#session_token ⇒ String
The unique token that identifies the CIS session.
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 |