Class: Aws::Types::DlpSettingSummary
- Inherits:
-
Object
- Object
- Aws::Types::DlpSettingSummary
- 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_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.
5528 5529 5530 |
# File 'sig/types.rbs', line 5528 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
5531 5532 5533 |
# File 'sig/types.rbs', line 5531 def created_at @created_at end |
#dlp_setting_id ⇒ ::String
Returns the value of attribute dlp_setting_id.
5526 5527 5528 |
# File 'sig/types.rbs', line 5526 def dlp_setting_id @dlp_setting_id end |
#name ⇒ ::String
Returns the value of attribute name.
5527 5528 5529 |
# File 'sig/types.rbs', line 5527 def name @name end |
#provider_type ⇒ "MICROSOFT_PURVIEW"
Returns the value of attribute provider_type.
5530 5531 5532 |
# File 'sig/types.rbs', line 5530 def provider_type @provider_type end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
5529 5530 5531 |
# File 'sig/types.rbs', line 5529 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
5532 5533 5534 |
# File 'sig/types.rbs', line 5532 def updated_at @updated_at end |