Class: Aws::Macie2::Types::CreateAllowListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::CreateAllowListResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about an allow list that was created in response to a request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#arn ⇒ String
1234 1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1234 class CreateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1234 1235 1236 1237 1238 1239 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1234 class CreateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |