Class: Aws::Types::CreateDlpSettingRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDlpSettingRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def aws_account_id @aws_account_id end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def dlp_setting_id @dlp_setting_id end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
2377 2378 2379 |
# File 'sig/types.rbs', line 2377 def enabled @enabled end |
#name ⇒ ::String
Returns the value of attribute name.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def name @name end |
#provider_config ⇒ Types::ProviderConfig
Returns the value of attribute provider_config.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def provider_config @provider_config end |
#provider_outage_action ⇒ "ALLOW", ...
Returns the value of attribute provider_outage_action.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def provider_outage_action @provider_outage_action end |
#provider_type ⇒ "MICROSOFT_PURVIEW"
Returns the value of attribute provider_type.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def provider_type @provider_type end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2378 2379 2380 |
# File 'sig/types.rbs', line 2378 def @tags end |