Class: Aws::Types::ListCisScansResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1998
1999
2000
# File 'sig/types.rbs', line 1998

def next_token
  @next_token
end

#scans ⇒ ::Array[Types::CisScan]

Returns the value of attribute scans.

Returns:



1997
1998
1999
# File 'sig/types.rbs', line 1997

def scans
  @scans
end