Class: Aws::Types::GetConformancePackComplianceDetailsRequest

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:

  • (::String)


1189
1190
1191
# File 'sig/types.rbs', line 1189

def conformance_pack_name
  @conformance_pack_name
end

#filtersTypes::ConformancePackEvaluationFilters

Returns the value of attribute filters.



1190
1191
1192
# File 'sig/types.rbs', line 1190

def filters
  @filters
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


1191
1192
1193
# File 'sig/types.rbs', line 1191

def limit
  @limit
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1192
1193
1194
# File 'sig/types.rbs', line 1192

def next_token
  @next_token
end