Class: Aws::Types::ComplianceByResource
- Inherits:
-
Object
- Object
- Aws::Types::ComplianceByResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#compliance ⇒ Types::Compliance
Returns the value of attribute compliance.
206 207 208 |
# File 'sig/types.rbs', line 206 def compliance @compliance end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
205 206 207 |
# File 'sig/types.rbs', line 205 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
204 205 206 |
# File 'sig/types.rbs', line 204 def resource_type @resource_type end |