Class: Aws::Types::ListComplianceSummariesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::ComplianceStringFilter]

Returns the value of attribute filters.

Returns:



2802
2803
2804
# File 'sig/types.rbs', line 2802

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2804
2805
2806
# File 'sig/types.rbs', line 2804

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2803
2804
2805
# File 'sig/types.rbs', line 2803

def next_token
  @next_token
end