[][src]Struct rusoto_support::DescribeServicesRequest

pub struct DescribeServicesRequest {
    pub language: Option<String>,
    pub service_code_list: Option<Vec<String>>,
}

Fields

language: Option<String>

The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.

service_code_list: Option<Vec<String>>

A JSON-formatted list of service codes available for AWS services.

Trait Implementations

impl Clone for DescribeServicesRequest[src]

impl Debug for DescribeServicesRequest[src]

impl Default for DescribeServicesRequest[src]

impl PartialEq<DescribeServicesRequest> for DescribeServicesRequest[src]

impl Serialize for DescribeServicesRequest[src]

impl StructuralPartialEq for DescribeServicesRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.