Class: Aws::Macie2::Types::GetAllowListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetAllowListResponse
- Defined in:
- gems/aws-sdk-macie2/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
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 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.
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 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.
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 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.
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2637 class GetAllowListResponse < Struct.new( :arn, :created_at, :criteria, :description, :id, :name, :status, :tags, :updated_at) SENSITIVE = [] include Aws::Structure end |