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 Debug for ObjectIdentifier
[src]
impl Default for ObjectIdentifier
[src]
fn default() -> ObjectIdentifier
Returns the "default value" for a type. Read more
impl Decodable for ObjectIdentifier
[src]
fn decode<__D: Decoder>(
__arg_0: &mut __D
) -> Result<ObjectIdentifier, __D::Error>
__arg_0: &mut __D
) -> Result<ObjectIdentifier, __D::Error>
Deserialize a value using a Decoder
.