Class: Aws::Types::GetConformancePackComplianceDetailsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConformancePackComplianceDetailsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
-
#filters ⇒ Types::ConformancePackEvaluationFilters
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def conformance_pack_name @conformance_pack_name end |
#filters ⇒ Types::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.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def next_token @next_token end |