#[non_exhaustive]pub struct DescribeFlywheelInput { /* private fields */ }Implementations§
source§impl DescribeFlywheelInput
impl DescribeFlywheelInput
sourcepub fn flywheel_arn(&self) -> Option<&str>
pub fn flywheel_arn(&self) -> Option<&str>
The Amazon Resource Number (ARN) of the flywheel.
source§impl DescribeFlywheelInput
impl DescribeFlywheelInput
sourcepub fn builder() -> DescribeFlywheelInputBuilder
pub fn builder() -> DescribeFlywheelInputBuilder
Creates a new builder-style object to manufacture DescribeFlywheelInput.
source§impl DescribeFlywheelInput
impl DescribeFlywheelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeFlywheel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeFlywheel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeFlywheel>
Trait Implementations§
source§impl Clone for DescribeFlywheelInput
impl Clone for DescribeFlywheelInput
source§fn clone(&self) -> DescribeFlywheelInput
fn clone(&self) -> DescribeFlywheelInput
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 moresource§impl Debug for DescribeFlywheelInput
impl Debug for DescribeFlywheelInput
source§impl PartialEq<DescribeFlywheelInput> for DescribeFlywheelInput
impl PartialEq<DescribeFlywheelInput> for DescribeFlywheelInput
source§fn eq(&self, other: &DescribeFlywheelInput) -> bool
fn eq(&self, other: &DescribeFlywheelInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.