Class: Aws::Macie2::Types::AllowListStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AllowListStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the current status of an allow list, which indicates whether Amazon Macie can access and use the list’s criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Indicates the current status of an allow list.
- #description ⇒ String
Instance Attribute Details
#code ⇒ String
Indicates the current status of an allow list. Depending on the type of criteria that the list specifies, possible values are:
173 174 175 176 177 178 |
# File 'lib/aws-sdk-macie2/types.rb', line 173 class AllowListStatus < Struct.new( :code, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
173 174 175 176 177 178 |
# File 'lib/aws-sdk-macie2/types.rb', line 173 class AllowListStatus < Struct.new( :code, :description) SENSITIVE = [] include Aws::Structure end |