pub struct Client {
Show 16 fields pub SourceIp: String, pub SecureTransport: String, pub isInsecure: bool, pub regionId: String, pub config: Option<Config>, pub httpProxy: String, pub httpsProxy: String, pub noProxy: String, pub userAgent: HashMap<String, String>, pub signer: AccessKeySigner, pub httpClient: Client, pub EndpointMap: HashMap<String, String>, pub EndpointType: String, pub Network: String, pub Domain: String, pub isOpenAsync: bool,
}

Fields

SourceIp: StringSecureTransport: StringisInsecure: boolregionId: Stringconfig: Option<Config>httpProxy: StringhttpsProxy: StringnoProxy: StringuserAgent: HashMap<String, String>signer: AccessKeySignerhttpClient: ClientEndpointMap: HashMap<String, String>EndpointType: StringNetwork: StringDomain: StringisOpenAsync: bool

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.