Class: Aws::Types::GetConformancePackComplianceSummaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConformancePackComplianceSummaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conformance_pack_names ⇒ ::Array[::String]
Returns the value of attribute conformance_pack_names.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#conformance_pack_names ⇒ ::Array[::String]
Returns the value of attribute conformance_pack_names.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def conformance_pack_names @conformance_pack_names end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def next_token @next_token end |