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
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.aws_account_id: Option<String>Your AWS account ID.
ip_restriction_rule_map: Option<HashMap<String, String>>Describes the IP rules with CIDR range and description.
enabled: Option<bool>Whether or not IP rules are enabled.
request_id: Option<String>The ID of the describe request.
status: i32The status of a set of IP restrictions. A successful request returns a 200 status code.
Implementations
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