Class: Aws::Types::AggregateComplianceByConfigRule
- Inherits:
-
Object
- Object
- Aws::Types::AggregateComplianceByConfigRule
- 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::Compliance
Returns the value of attribute compliance.
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
21 22 23 |
# File 'sig/types.rbs', line 21 def account_id @account_id end |
#aws_region ⇒ ::String
Returns the value of attribute aws_region.
22 23 24 |
# File 'sig/types.rbs', line 22 def aws_region @aws_region end |
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
20 21 22 |
# File 'sig/types.rbs', line 20 def compliance @compliance end |
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def config_rule_name @config_rule_name end |