Class: Aws::Types::AuditSuppression
- Inherits:
-
Object
- Object
- Aws::Types::AuditSuppression
- 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.
274 275 276 |
# File 'sig/types.rbs', line 274 def check_name @check_name end |
#description ⇒ ::String
Returns the value of attribute description.
278 279 280 |
# File 'sig/types.rbs', line 278 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
276 277 278 |
# File 'sig/types.rbs', line 276 def expiration_date @expiration_date end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
275 276 277 |
# File 'sig/types.rbs', line 275 def resource_identifier @resource_identifier end |
#suppress_indefinitely ⇒ Boolean
Returns the value of attribute suppress_indefinitely.
277 278 279 |
# File 'sig/types.rbs', line 277 def suppress_indefinitely @suppress_indefinitely end |