Class: Aws::Types::CreateAuditSuppressionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAuditSuppressionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#check_name ⇒ ::String
Returns the value of attribute check_name.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
741 742 743 |
# File 'sig/types.rbs', line 741 def check_name @check_name end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
746 747 748 |
# File 'sig/types.rbs', line 746 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
745 746 747 |
# File 'sig/types.rbs', line 745 def description @description end |
#expiration_date ⇒ ::Time
Returns the value of attribute expiration_date.
743 744 745 |
# File 'sig/types.rbs', line 743 def expiration_date @expiration_date end |
#resource_identifier ⇒ Types::ResourceIdentifier
Returns the value of attribute resource_identifier.
742 743 744 |
# File 'sig/types.rbs', line 742 def resource_identifier @resource_identifier end |
#suppress_indefinitely ⇒ Boolean
Returns the value of attribute suppress_indefinitely.
744 745 746 |
# File 'sig/types.rbs', line 744 def suppress_indefinitely @suppress_indefinitely end |