Struct aws_sdk_devicefarm::output::GetDevicePoolOutput
source · #[non_exhaustive]pub struct GetDevicePoolOutput { /* private fields */ }Expand description
Represents the result of a get device pool request.
Implementations§
source§impl GetDevicePoolOutput
impl GetDevicePoolOutput
sourcepub fn device_pool(&self) -> Option<&DevicePool>
pub fn device_pool(&self) -> Option<&DevicePool>
An object that contains information about the requested device pool.
source§impl GetDevicePoolOutput
impl GetDevicePoolOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDevicePoolOutput.
Trait Implementations§
source§impl Clone for GetDevicePoolOutput
impl Clone for GetDevicePoolOutput
source§fn clone(&self) -> GetDevicePoolOutput
fn clone(&self) -> GetDevicePoolOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more