Class: Aws::Types::DeleteAuditSuppressionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAuditSuppressionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_name ⇒ ::String
Returns the value of attribute check_name.
-
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
Instance Attribute Details
#check_name ⇒ ::String
Returns the value of attribute check_name.
1286 1287 1288 |
# File 'sig/types.rbs', line 1286 def check_name @check_name end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
1287 1288 1289 |
# File 'sig/types.rbs', line 1287 def resource_identifier @resource_identifier end |