Class: Aws::Macie2::Types::UpdateAllowListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateAllowListResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about an allow list whose settings were changed in response to a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
6540 6541 6542 6543 6544 6545 |
# File 'lib/aws-sdk-macie2/types.rb', line 6540 class UpdateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
6540 6541 6542 6543 6544 6545 |
# File 'lib/aws-sdk-macie2/types.rb', line 6540 class UpdateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |