Struct aws_sdk_quicksight::output::DescribeIpRestrictionOutput [−][src]
#[non_exhaustive]pub struct DescribeIpRestrictionOutput {
pub aws_account_id: Option<String>,
pub ip_restriction_rule_map: Option<HashMap<String, String>>,
pub enabled: Option<bool>,
pub request_id: Option<String>,
pub status: i32,
}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.aws_account_id: Option<String>The ID of the Amazon Web Services account that contains the IP rules.
ip_restriction_rule_map: Option<HashMap<String, String>>A map that describes the IP rules with CIDR range and description.
enabled: Option<bool>A value that specifies whether IP rules are turned on.
request_id: Option<String>The Amazon Web Services request ID for this operation.
status: i32The HTTP status of the request.
Implementations
The ID of the Amazon Web Services account that contains the IP rules.
A map that describes the IP rules with CIDR range and description.
The Amazon Web Services request ID for this operation.
Creates a new builder-style object to manufacture DescribeIpRestrictionOutput
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 DescribeIpRestrictionOutput
impl Send for DescribeIpRestrictionOutput
impl Sync for DescribeIpRestrictionOutput
impl Unpin for DescribeIpRestrictionOutput
impl UnwindSafe for DescribeIpRestrictionOutput
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
