Class: Aws::Types::DlpSettingDetails
- Inherits:
-
Object
- Object
- Aws::Types::DlpSettingDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
-
#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.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
5515 5516 5517 |
# File 'sig/types.rbs', line 5515 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5520 5521 5522 |
# File 'sig/types.rbs', line 5520 def created_at @created_at end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
5513 5514 5515 |
# File 'sig/types.rbs', line 5513 def dlp_setting_id @dlp_setting_id end |
#name ⇒ ::String
Returns the value of attribute name.
5514 5515 5516 |
# File 'sig/types.rbs', line 5514 def name @name end |
#provider_config ⇒ Types::ProviderConfig
Returns the value of attribute provider_config.
5518 5519 5520 |
# File 'sig/types.rbs', line 5518 def provider_config @provider_config end |
#provider_outage_action ⇒ "ALLOW", ...
Returns the value of attribute provider_outage_action.
5519 5520 5521 |
# File 'sig/types.rbs', line 5519 def provider_outage_action @provider_outage_action end |
#provider_type ⇒ "MICROSOFT_PURVIEW"
Returns the value of attribute provider_type.
5517 5518 5519 |
# File 'sig/types.rbs', line 5517 def provider_type @provider_type end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
5516 5517 5518 |
# File 'sig/types.rbs', line 5516 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5521 5522 5523 |
# File 'sig/types.rbs', line 5521 def updated_at @updated_at end |