Class: Aws::QuickSight::Types::DlpSettingSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the DLP setting.

Returns:

  • (String)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time that the DLP setting was created, in ISO 8601 format.

Returns:

  • (Time)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#dlp_setting_idString

The ID of the DLP setting.

Returns:

  • (String)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The display name of the DLP setting.

Returns:

  • (String)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#provider_typeString

The type of external DLP provider used for sensitivity label classification.

Returns:

  • (String)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the DLP setting. Valid values are ACTIVE and INACTIVE.

Returns:

  • (String)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time that the DLP setting was most recently updated, in ISO 8601 format.

Returns:

  • (Time)


21988
21989
21990
21991
21992
21993
21994
21995
21996
21997
21998
# File 'lib/aws-sdk-quicksight/types.rb', line 21988

class DlpSettingSummary < Struct.new(
  :dlp_setting_id,
  :name,
  :arn,
  :status,
  :provider_type,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end