Class: Aws::Types::PutDataProtectionPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutDataProtectionPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
-
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
Instance Attribute Details
#last_updated_time ⇒ ::Integer
Returns the value of attribute last_updated_time.
1754 1755 1756 |
# File 'sig/types.rbs', line 1754 def last_updated_time @last_updated_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
1752 1753 1754 |
# File 'sig/types.rbs', line 1752 def log_group_identifier @log_group_identifier end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1753 1754 1755 |
# File 'sig/types.rbs', line 1753 def policy_document @policy_document end |