Class: Aws::Types::ListCisScanConfigurationsResponse

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)


1936
1937
1938
# File 'sig/types.rbs', line 1936

def next_token
  @next_token
end

#scan_configurations ⇒ ::Array[Types::CisScanConfiguration]

Returns the value of attribute scan_configurations.

Returns:



1935
1936
1937
# File 'sig/types.rbs', line 1935

def scan_configurations
  @scan_configurations
end