[][src]Struct rusoto_resourcegroupstaggingapi::GetTagValuesInput

pub struct GetTagValuesInput {
    pub key: String,
    pub pagination_token: Option<String>,
}

Fields

key: String

The key for which you want to list all existing values in the specified Region for the AWS account.

pagination_token: Option<String>

A string that indicates that additional data is available. Leave this value empty for your initial request. If the response includes a PaginationToken, use that string for this value to request an additional page of data.

Trait Implementations

impl Clone for GetTagValuesInput[src]

impl Debug for GetTagValuesInput[src]

impl Default for GetTagValuesInput[src]

impl PartialEq<GetTagValuesInput> for GetTagValuesInput[src]

impl Serialize for GetTagValuesInput[src]

impl StructuralPartialEq for GetTagValuesInput[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> Instrument 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> 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.