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
1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1238 class CreateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
1238 1239 1240 1241 1242 1243 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1238 class CreateAllowListResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |