Class: Aws::Types::S3InitiateRestoreObjectOperation
- Inherits:
-
Object
- Object
- Aws::Types::S3InitiateRestoreObjectOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_in_days ⇒ ::Integer
Returns the value of attribute expiration_in_days.
-
#glacier_job_tier ⇒ "BULK", "STANDARD"
Returns the value of attribute glacier_job_tier.
Instance Attribute Details
#expiration_in_days ⇒ ::Integer
Returns the value of attribute expiration_in_days.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def expiration_in_days @expiration_in_days end |
#glacier_job_tier ⇒ "BULK", "STANDARD"
Returns the value of attribute glacier_job_tier.
1781 1782 1783 |
# File 'sig/types.rbs', line 1781 def glacier_job_tier @glacier_job_tier end |