class Aws::S3::Types::Owner

Container for the owner's display name and ID.

@note When making an API call, you may pass Owner

data as a hash:

    {
      display_name: "DisplayName",
      id: "ID",
    }

@!attribute [rw] display_name

Container for the display name of the owner.
@return [String]

@!attribute [rw] id

Container for the ID of the owner.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/Owner AWS API Documentation

Constants

SENSITIVE