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
6528 6529 6530 6531 6532 6533 |
# File 'lib/aws-sdk-macie2/types.rb', line 6528 class UpdateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
6528 6529 6530 6531 6532 6533 |
# File 'lib/aws-sdk-macie2/types.rb', line 6528 class UpdateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |