Class: Aws::Types::UpdateDlpSettingRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDlpSettingRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider_config ⇒ Types::ProviderConfig
Returns the value of attribute provider_config.
-
#provider_outage_action ⇒ "ALLOW", ...
Returns the value of attribute provider_outage_action.
-
#provider_type ⇒ "MICROSOFT_PURVIEW"
Returns the value of attribute provider_type.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12657 12658 12659 |
# File 'sig/types.rbs', line 12657 def aws_account_id @aws_account_id end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
12658 12659 12660 |
# File 'sig/types.rbs', line 12658 def dlp_setting_id @dlp_setting_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
12663 12664 12665 |
# File 'sig/types.rbs', line 12663 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
12659 12660 12661 |
# File 'sig/types.rbs', line 12659 def name @name end |
#provider_config ⇒ Types::ProviderConfig
Returns the value of attribute provider_config.
12661 12662 12663 |
# File 'sig/types.rbs', line 12661 def provider_config @provider_config end |
#provider_outage_action ⇒ "ALLOW", ...
Returns the value of attribute provider_outage_action.
12662 12663 12664 |
# File 'sig/types.rbs', line 12662 def provider_outage_action @provider_outage_action end |
#provider_type ⇒ "MICROSOFT_PURVIEW"
Returns the value of attribute provider_type.
12660 12661 12662 |
# File 'sig/types.rbs', line 12660 def provider_type @provider_type end |