pub struct DescribeIdentityIdFormatRequest {
pub principal_arn: String,
pub resource: Option<String>,
}Fields§
§principal_arn: StringThe ARN of the principal, which can be an IAM role, IAM user, or the root user.
resource: Option<String>The type of resource: bundle | conversion-task | customer-gateway | dhcp-options | elastic-ip-allocation | elastic-ip-association | export-task | flow-log | image | import-task | instance | internet-gateway | network-acl | network-acl-association | network-interface | network-interface-attachment | prefix-list | reservation | route-table | route-table-association | security-group | snapshot | subnet | subnet-cidr-block-association | volume | vpc | vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection | vpn-connection | vpn-gateway
Trait Implementations§
Source§impl Clone for DescribeIdentityIdFormatRequest
impl Clone for DescribeIdentityIdFormatRequest
Source§fn clone(&self) -> DescribeIdentityIdFormatRequest
fn clone(&self) -> DescribeIdentityIdFormatRequest
Returns a duplicate 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 Default for DescribeIdentityIdFormatRequest
impl Default for DescribeIdentityIdFormatRequest
Source§fn default() -> DescribeIdentityIdFormatRequest
fn default() -> DescribeIdentityIdFormatRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeIdentityIdFormatRequest
impl PartialEq for DescribeIdentityIdFormatRequest
Source§fn eq(&self, other: &DescribeIdentityIdFormatRequest) -> bool
fn eq(&self, other: &DescribeIdentityIdFormatRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeIdentityIdFormatRequest
Auto Trait Implementations§
impl Freeze for DescribeIdentityIdFormatRequest
impl RefUnwindSafe for DescribeIdentityIdFormatRequest
impl Send for DescribeIdentityIdFormatRequest
impl Sync for DescribeIdentityIdFormatRequest
impl Unpin for DescribeIdentityIdFormatRequest
impl UnwindSafe for DescribeIdentityIdFormatRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more