Struct aws_sdk_sns::input::GetSmsAttributesInput
source · #[non_exhaustive]pub struct GetSmsAttributesInput { /* private fields */ }
Expand description
The input for the GetSMSAttributes
request.
Implementations§
source§impl GetSmsAttributesInput
impl GetSmsAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSMSAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSMSAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSMSAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSmsAttributesInput
.
source§impl GetSmsAttributesInput
impl GetSmsAttributesInput
sourcepub fn attributes(&self) -> Option<&[String]>
pub fn attributes(&self) -> Option<&[String]>
A list of the individual attribute names, such as MonthlySpendLimit
, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
Trait Implementations§
source§impl Clone for GetSmsAttributesInput
impl Clone for GetSmsAttributesInput
source§fn clone(&self) -> GetSmsAttributesInput
fn clone(&self) -> GetSmsAttributesInput
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 GetSmsAttributesInput
impl Debug for GetSmsAttributesInput
source§impl PartialEq<GetSmsAttributesInput> for GetSmsAttributesInput
impl PartialEq<GetSmsAttributesInput> for GetSmsAttributesInput
source§fn eq(&self, other: &GetSmsAttributesInput) -> bool
fn eq(&self, other: &GetSmsAttributesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.