Class: Aws::Types::DescribeAggregateComplianceByConformancePacksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_aggregator_name::String

Returns the value of attribute configuration_aggregator_name.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def configuration_aggregator_name
  @configuration_aggregator_name
end

#filtersTypes::AggregateConformancePackComplianceFilters

Returns the value of attribute filters.



654
655
656
# File 'sig/types.rbs', line 654

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


655
656
657
# File 'sig/types.rbs', line 655

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


656
657
658
# File 'sig/types.rbs', line 656

def next_token
  @next_token
end