Struct aws_sdk_rust::aws::s3::object::ObjectIdentifier
[−]
[src]
pub struct ObjectIdentifier { pub version_id: Option<ObjectVersionId>, pub key: ObjectKey, }
Fields
version_id: Option<ObjectVersionId>
VersionId for the specific version of the object to delete.
key: ObjectKey
Key name of the object to delete.
Trait Implementations
impl Default for ObjectIdentifier
[src]
fn default() -> ObjectIdentifier
Returns the "default value" for a type. Read more