Class: Aws::Types::DescribeAuditSuppressionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAuditSuppressionRequest
- 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.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def check_name @check_name end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def resource_identifier @resource_identifier end |