Class: Aws::QuickSight::Types::DlpSettingSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DlpSettingSummary
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A summary of a DLP setting returned by list operations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the DLP setting.
-
#created_at ⇒ Time
The date and time that the DLP setting was created, in ISO 8601 format.
-
#dlp_setting_id ⇒ String
The ID of the DLP setting.
-
#name ⇒ String
The display name of the DLP setting.
-
#provider_type ⇒ String
The type of external DLP provider used for sensitivity label classification.
-
#status ⇒ String
The status of the DLP setting.
-
#updated_at ⇒ Time
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the DLP setting.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the DLP setting was created, in ISO 8601 format.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#dlp_setting_id ⇒ String
The ID of the DLP setting.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The display name of the DLP setting.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#provider_type ⇒ String
The type of external DLP provider used for sensitivity label classification.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the DLP setting. Valid values are ACTIVE and
INACTIVE.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the DLP setting was most recently updated, in ISO 8601 format.
21820 21821 21822 21823 21824 21825 21826 21827 21828 21829 21830 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21820 class DlpSettingSummary < Struct.new( :dlp_setting_id, :name, :arn, :status, :provider_type, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |