Class: Aws::Types::StopCisSessionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#messageTypes::StopCisSessionMessage

Returns the value of attribute message.



2715
2716
2717
# File 'sig/types.rbs', line 2715

def message
  @message
end

#scan_job_id::String

Returns the value of attribute scan_job_id.

Returns:

  • (::String)


2713
2714
2715
# File 'sig/types.rbs', line 2713

def scan_job_id
  @scan_job_id
end

#session_token::String

Returns the value of attribute session_token.

Returns:

  • (::String)


2714
2715
2716
# File 'sig/types.rbs', line 2714

def session_token
  @session_token
end