Class: Aws::Types::DescribeAuditSuppressionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAuditSuppressionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_name ⇒ ::String
Returns the value of attribute check_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
-
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
-
#suppress_indefinitely ⇒ Boolean
Returns the value of attribute suppress_indefinitely.
Instance Attribute Details
#check_name ⇒ ::String
Returns the value of attribute check_name.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def check_name @check_name end |
#description ⇒ ::String
Returns the value of attribute description.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def expiration_date @expiration_date end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
1625 1626 1627 |
# File 'sig/types.rbs', line 1625 def resource_identifier @resource_identifier end |
#suppress_indefinitely ⇒ Boolean
Returns the value of attribute suppress_indefinitely.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def suppress_indefinitely @suppress_indefinitely end |