Class: Aws::Types::PutRetentionPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRetentionPolicyRequest
- 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.
-
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def description @description end |
#folder_configurations ⇒ ::Array[Types::FolderConfiguration]
Returns the value of attribute folder_configurations.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def folder_configurations @folder_configurations end |
#id ⇒ ::String
Returns the value of attribute id.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def name @name end |
#organization_id ⇒ ::String
Returns the value of attribute organization_id.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def organization_id @organization_id end |