Class: Aws::Macie2::Types::GetAllowListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetAllowListResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
Provides information about the settings and status of an allow list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #arn ⇒ String
- #created_at ⇒ Time
-
#criteria ⇒ Types::AllowListCriteria
Specifies the criteria for an allow list.
- #description ⇒ String
- #id ⇒ String
- #name ⇒ String
-
#status ⇒ Types::AllowListStatus
Provides information about the current status of an allow list, which indicates whether Amazon Macie can access and use the list’s criteria.
-
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
- #updated_at ⇒ Time
Instance Attribute Details
#arn ⇒ String
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#criteria ⇒ Types::AllowListCriteria
Specifies the criteria for an allow list. The criteria must specify a regular expression (regex) or an S3 object (s3WordsList). It can’t specify both.
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AllowListStatus
Provides information about the current status of an allow list, which indicates whether Amazon Macie can access and use the list’s criteria.
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A string-to-string map of key-value pairs that specifies the tags (keys and values) for an Amazon Macie resource.
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 |
# File 'lib/aws-sdk-macie2/types.rb', line 2634 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |