Class: Aws::Types::UpdateAuditSuppressionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuditSuppressionRequest
- 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.
5012 5013 5014 |
# File 'sig/types.rbs', line 5012 def check_name @check_name end |
#description ⇒ ::String
Returns the value of attribute description.
5016 5017 5018 |
# File 'sig/types.rbs', line 5016 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
5014 5015 5016 |
# File 'sig/types.rbs', line 5014 def expiration_date @expiration_date end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
5013 5014 5015 |
# File 'sig/types.rbs', line 5013 def resource_identifier @resource_identifier end |
#suppress_indefinitely ⇒ Boolean
Returns the value of attribute suppress_indefinitely.
5015 5016 5017 |
# File 'sig/types.rbs', line 5015 def suppress_indefinitely @suppress_indefinitely end |