Class: Aws::Types::DescribeConformancePackComplianceRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeConformancePackComplianceRequest
- 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::ConformancePackComplianceFilters
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.
790 791 792 |
# File 'sig/types.rbs', line 790 def conformance_pack_name @conformance_pack_name end |
#filters ⇒ Types::ConformancePackComplianceFilters
Returns the value of attribute filters.
791 792 793 |
# File 'sig/types.rbs', line 791 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
792 793 794 |
# File 'sig/types.rbs', line 792 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
793 794 795 |
# File 'sig/types.rbs', line 793 def next_token @next_token end |