You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::S3::Types::ObjectIdentifier
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::S3::Types::ObjectIdentifier
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
When passing ObjectIdentifier as input to an Aws::Client method, you can use a vanilla Hash:
{
  key: "ObjectKey", # required
  version_id: "ObjectVersionId",
}
Object Identifier is unique value to identify objects.
Instance Attribute Summary collapse
- 
  
    
      #key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Key name of the object to delete. 
- 
  
    
      #version_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    VersionId for the specific version of the object to delete. 
Instance Attribute Details
#key ⇒ String
Key name of the object to delete.
#version_id ⇒ String
VersionId for the specific version of the object to delete.