Class: Aws::Macie2::Types::UpdateAllowListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::UpdateAllowListResponse
- Defined in:
- gems/aws-sdk-macie2/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
6517 6518 6519 6520 6521 6522 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6517 class UpdateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
6517 6518 6519 6520 6521 6522 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6517 class UpdateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |