Struct aws_sdk_workspaces::input::CreateIpGroupInput
source · #[non_exhaustive]pub struct CreateIpGroupInput { /* private fields */ }Implementations§
source§impl CreateIpGroupInput
impl CreateIpGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIpGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateIpGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateIpGroup>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateIpGroupInput.
source§impl CreateIpGroupInput
impl CreateIpGroupInput
sourcepub fn group_name(&self) -> Option<&str>
pub fn group_name(&self) -> Option<&str>
The name of the group.
sourcepub fn group_desc(&self) -> Option<&str>
pub fn group_desc(&self) -> Option<&str>
The description of the group.
sourcepub fn user_rules(&self) -> Option<&[IpRuleItem]>
pub fn user_rules(&self) -> Option<&[IpRuleItem]>
The rules to add to the group.
The tags. Each WorkSpaces resource can have a maximum of 50 tags.
Trait Implementations§
source§impl Clone for CreateIpGroupInput
impl Clone for CreateIpGroupInput
source§fn clone(&self) -> CreateIpGroupInput
fn clone(&self) -> CreateIpGroupInput
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 CreateIpGroupInput
impl Debug for CreateIpGroupInput
source§impl PartialEq<CreateIpGroupInput> for CreateIpGroupInput
impl PartialEq<CreateIpGroupInput> for CreateIpGroupInput
source§fn eq(&self, other: &CreateIpGroupInput) -> bool
fn eq(&self, other: &CreateIpGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.