Class: Aws::Types::DescribeConformancePackComplianceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_name::String

Returns the value of attribute conformance_pack_name.

Returns:



790
791
792
# File 'sig/types.rbs', line 790

def conformance_pack_name
  @conformance_pack_name
end

#filtersTypes::ConformancePackComplianceFilters

Returns the value of attribute filters.

Returns:



791
792
793
# File 'sig/types.rbs', line 791

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:



792
793
794
# File 'sig/types.rbs', line 792

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:



793
794
795
# File 'sig/types.rbs', line 793

def next_token
  @next_token
end