Struct aws_sdk_support::input::DescribeServicesInput [−][src]
#[non_exhaustive]pub struct DescribeServicesInput {
pub service_code_list: Option<Vec<String>>,
pub language: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.service_code_list: Option<Vec<String>>
A JSON-formatted list of service codes available for AWS services.
language: Option<String>
The ISO 639-1 code for the language in which AWS provides support. AWS Support currently supports English ("en") and Japanese ("ja"). Language parameters must be passed explicitly for operations that take them.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeServices, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeServices, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeServices
>
Creates a new builder-style object to manufacture DescribeServicesInput
A JSON-formatted list of service codes available for AWS services.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeServicesInput
impl Send for DescribeServicesInput
impl Sync for DescribeServicesInput
impl Unpin for DescribeServicesInput
impl UnwindSafe for DescribeServicesInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more