Class: Aws::Types::ListComplianceItemsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_items::Array[Types::ComplianceItem]

Returns the value of attribute compliance_items.

Returns:



2796
2797
2798
# File 'sig/types.rbs', line 2796

def compliance_items
  @compliance_items
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2797
2798
2799
# File 'sig/types.rbs', line 2797

def next_token
  @next_token
end