Struct aws_sdk_workspaces::input::CreateIpGroupInput [−][src]
#[non_exhaustive]pub struct CreateIpGroupInput {
pub group_name: Option<String>,
pub group_desc: Option<String>,
pub user_rules: Option<Vec<IpRuleItem>>,
pub tags: Option<Vec<Tag>>,
}
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.group_name: Option<String>
The name of the group.
group_desc: Option<String>
The description of the group.
user_rules: Option<Vec<IpRuleItem>>
The rules to add to the group.
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIpGroup, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIpGroup, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateIpGroup
>
Creates a new builder-style object to manufacture CreateIpGroupInput
The name of the group.
The description of the group.
The rules to add to the group.
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
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 CreateIpGroupInput
impl Send for CreateIpGroupInput
impl Sync for CreateIpGroupInput
impl Unpin for CreateIpGroupInput
impl UnwindSafe for CreateIpGroupInput
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