Class: Aws::Types::GetDataProtectionPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDataProtectionPolicyResponse
- 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.
880 881 882 |
# File 'sig/types.rbs', line 880 def last_updated_time @last_updated_time end |
#log_group_identifier ⇒ ::String
Returns the value of attribute log_group_identifier.
878 879 880 |
# File 'sig/types.rbs', line 878 def log_group_identifier @log_group_identifier end |
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
879 880 881 |
# File 'sig/types.rbs', line 879 def policy_document @policy_document end |