Table of Contents

Class RequestCharged

Namespace
Amazon.S3
Assembly
AWSSDK.S3.dll

The response from S3 that it confirms that requester pays.

public sealed class RequestCharged : ConstantClass
Inheritance
RequestCharged

Fields

Requester

S3 acknowledges that the requester pays.

public static readonly RequestCharged Requester

Field Value

RequestCharged

Methods

FindValue(string)

Finds the RequestCharged instance for the string value

public static RequestCharged FindValue(string value)

Parameters

value string

Returns

RequestCharged

Operators

implicit operator RequestCharged(string)

converts the string to RequestCharged instance

public static implicit operator RequestCharged(string value)

Parameters

value string

Returns

RequestCharged