Class: Aws::Types::GetDefaultRetentionPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDefaultRetentionPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#folder_configurations ⇒ ::Array[Types::FolderConfiguration]
Returns the value of attribute folder_configurations.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
656 657 658 |
# File 'sig/types.rbs', line 656 def description @description end |
#folder_configurations ⇒ ::Array[Types::FolderConfiguration]
Returns the value of attribute folder_configurations.
657 658 659 |
# File 'sig/types.rbs', line 657 def folder_configurations @folder_configurations end |
#id ⇒ ::String
Returns the value of attribute id.
654 655 656 |
# File 'sig/types.rbs', line 654 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
655 656 657 |
# File 'sig/types.rbs', line 655 def name @name end |