[−][src]Struct rusoto_apigateway::GetDocumentationPartsRequest
Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API entities (targets).
Fields
limit: Option<i64>The maximum number of returned results per page. The default value is 25 and the maximum value is 500.
location_status: Option<String>The status of the API documentation parts to retrieve. Valid values are DOCUMENTED for retrieving DocumentationPart resources with content and UNDOCUMENTED for DocumentationPart resources without content.
name_query: Option<String>The name of API entities of the to-be-retrieved documentation parts.
path: Option<String>The path of API entities of the to-be-retrieved documentation parts.
position: Option<String>The current pagination position in the paged result set.
rest_api_id: String[Required] The string identifier of the associated RestApi.
type_: Option<String>The type of API entities of the to-be-retrieved documentation parts.
Trait Implementations
impl PartialEq<GetDocumentationPartsRequest> for GetDocumentationPartsRequest[src]
fn eq(&self, other: &GetDocumentationPartsRequest) -> bool[src]
fn ne(&self, other: &GetDocumentationPartsRequest) -> bool[src]
impl Default for GetDocumentationPartsRequest[src]
impl Clone for GetDocumentationPartsRequest[src]
fn clone(&self) -> GetDocumentationPartsRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for GetDocumentationPartsRequest[src]
impl Serialize for GetDocumentationPartsRequest[src]
Auto Trait Implementations
impl Send for GetDocumentationPartsRequest
impl Sync for GetDocumentationPartsRequest
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self