Class: Aws::S3::Types::GetObjectLockConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3::Types::GetObjectLockConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3/types.rb
Overview
Note:
When making an API call, you may pass GetObjectLockConfigurationRequest data as a hash:
{
bucket: "BucketName", # required
}
Instance Attribute Summary collapse
-
#bucket ⇒ String
The bucket whose Object Lock configuration you want to retrieve.
Instance Attribute Details
#bucket ⇒ String
The bucket whose Object Lock configuration you want to retrieve.
3092 3093 3094 3095 |
# File 'lib/aws-sdk-s3/types.rb', line 3092 class GetObjectLockConfigurationRequest < Struct.new( :bucket) include Aws::Structure end |