Struct aws_sdk_iotanalytics::input::DescribeChannelInput
source · #[non_exhaustive]pub struct DescribeChannelInput { /* private fields */ }Implementations§
source§impl DescribeChannelInput
impl DescribeChannelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeChannel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeChannel>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeChannelInput.
source§impl DescribeChannelInput
impl DescribeChannelInput
sourcepub fn channel_name(&self) -> Option<&str>
pub fn channel_name(&self) -> Option<&str>
The name of the channel whose information is retrieved.
sourcepub fn include_statistics(&self) -> bool
pub fn include_statistics(&self) -> bool
If true, additional statistical information about the channel is included in the response. This feature can't be used with a channel whose S3 storage is customer-managed.
Trait Implementations§
source§impl Clone for DescribeChannelInput
impl Clone for DescribeChannelInput
source§fn clone(&self) -> DescribeChannelInput
fn clone(&self) -> DescribeChannelInput
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 DescribeChannelInput
impl Debug for DescribeChannelInput
source§impl PartialEq<DescribeChannelInput> for DescribeChannelInput
impl PartialEq<DescribeChannelInput> for DescribeChannelInput
source§fn eq(&self, other: &DescribeChannelInput) -> bool
fn eq(&self, other: &DescribeChannelInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.