Class: Aws::Types::AggregateComplianceByConformancePack
- Inherits:
-
Object
- Object
- Aws::Types::AggregateComplianceByConformancePack
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
-
#compliance ⇒ Types::AggregateConformancePackCompliance
Returns the value of attribute compliance.
-
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
29 30 31 |
# File 'sig/types.rbs', line 29 def account_id @account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
30 31 32 |
# File 'sig/types.rbs', line 30 def aws_region @aws_region end |
#compliance ⇒ Types::AggregateConformancePackCompliance
Returns the value of attribute compliance.
28 29 30 |
# File 'sig/types.rbs', line 28 def compliance @compliance end |
#conformance_pack_name ⇒ ::String
Returns the value of attribute conformance_pack_name.
27 28 29 |
# File 'sig/types.rbs', line 27 def conformance_pack_name @conformance_pack_name end |