pub struct DescribeFargateProfileRequest {
pub cluster_name: String,
pub fargate_profile_name: String,
}Fields§
§cluster_name: StringThe name of the Amazon EKS cluster associated with the Fargate profile.
fargate_profile_name: StringThe name of the Fargate profile to describe.
Trait Implementations§
Source§impl Clone for DescribeFargateProfileRequest
impl Clone for DescribeFargateProfileRequest
Source§fn clone(&self) -> DescribeFargateProfileRequest
fn clone(&self) -> DescribeFargateProfileRequest
Returns a duplicate 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 moreSource§impl Default for DescribeFargateProfileRequest
impl Default for DescribeFargateProfileRequest
Source§fn default() -> DescribeFargateProfileRequest
fn default() -> DescribeFargateProfileRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeFargateProfileRequest
impl PartialEq for DescribeFargateProfileRequest
Source§fn eq(&self, other: &DescribeFargateProfileRequest) -> bool
fn eq(&self, other: &DescribeFargateProfileRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeFargateProfileRequest
Auto Trait Implementations§
impl Freeze for DescribeFargateProfileRequest
impl RefUnwindSafe for DescribeFargateProfileRequest
impl Send for DescribeFargateProfileRequest
impl Sync for DescribeFargateProfileRequest
impl Unpin for DescribeFargateProfileRequest
impl UnwindSafe for DescribeFargateProfileRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more