Struct aws_sdk_cognitoidentityprovider::operation::admin_list_devices::AdminListDevicesOutput
source · #[non_exhaustive]pub struct AdminListDevicesOutput {
pub devices: Option<Vec<DeviceType>>,
pub pagination_token: Option<String>,
/* private fields */
}Expand description
Lists the device's response, as an administrator.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.devices: Option<Vec<DeviceType>>The devices in the list of devices response.
pagination_token: Option<String>The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
Implementations§
source§impl AdminListDevicesOutput
impl AdminListDevicesOutput
sourcepub fn devices(&self) -> &[DeviceType]
pub fn devices(&self) -> &[DeviceType]
The devices in the list of devices response.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .devices.is_none().
sourcepub fn pagination_token(&self) -> Option<&str>
pub fn pagination_token(&self) -> Option<&str>
The identifier that Amazon Cognito returned with the previous request to this operation. When you include a pagination token in your request, Amazon Cognito returns the next set of items in the list. By use of this token, you can paginate through the full list of items.
source§impl AdminListDevicesOutput
impl AdminListDevicesOutput
sourcepub fn builder() -> AdminListDevicesOutputBuilder
pub fn builder() -> AdminListDevicesOutputBuilder
Creates a new builder-style object to manufacture AdminListDevicesOutput.
Trait Implementations§
source§impl Clone for AdminListDevicesOutput
impl Clone for AdminListDevicesOutput
source§fn clone(&self) -> AdminListDevicesOutput
fn clone(&self) -> AdminListDevicesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AdminListDevicesOutput
impl Debug for AdminListDevicesOutput
source§impl PartialEq for AdminListDevicesOutput
impl PartialEq for AdminListDevicesOutput
source§fn eq(&self, other: &AdminListDevicesOutput) -> bool
fn eq(&self, other: &AdminListDevicesOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for AdminListDevicesOutput
impl RequestId for AdminListDevicesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.