pub struct AwsIamRoleServiceAccountHeartbeatData {Show 20 fields
pub status: ServiceAccountHeartbeatStatus,
pub role_name: String,
pub role_arn: String,
pub role_id: String,
pub path: String,
pub create_date: String,
pub description: Option<String>,
pub max_session_duration: Option<i32>,
pub assume_role_policy_present: bool,
pub permissions_boundary_type: Option<String>,
pub permissions_boundary_arn: Option<String>,
pub tag_count: u32,
pub managed_tag_count: u32,
pub attached_policy_count: u32,
pub attached_policy_names: Vec<String>,
pub inline_policy_count: u32,
pub inline_policy_names: Vec<String>,
pub stack_permissions_applied: bool,
pub last_used_date: Option<String>,
pub last_used_region: Option<String>,
}Fields§
§status: ServiceAccountHeartbeatStatus§role_name: String§role_arn: String§role_id: String§path: String§create_date: String§description: Option<String>§max_session_duration: Option<i32>§assume_role_policy_present: bool§permissions_boundary_type: Option<String>§permissions_boundary_arn: Option<String>§tag_count: u32§managed_tag_count: u32§attached_policy_count: u32§attached_policy_names: Vec<String>§inline_policy_count: u32§inline_policy_names: Vec<String>§stack_permissions_applied: bool§last_used_date: Option<String>§last_used_region: Option<String>Trait Implementations§
Source§impl Clone for AwsIamRoleServiceAccountHeartbeatData
impl Clone for AwsIamRoleServiceAccountHeartbeatData
Source§fn clone(&self) -> AwsIamRoleServiceAccountHeartbeatData
fn clone(&self) -> AwsIamRoleServiceAccountHeartbeatData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for AwsIamRoleServiceAccountHeartbeatData
impl<'de> Deserialize<'de> for AwsIamRoleServiceAccountHeartbeatData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AwsIamRoleServiceAccountHeartbeatData
impl PartialEq for AwsIamRoleServiceAccountHeartbeatData
Source§fn eq(&self, other: &AwsIamRoleServiceAccountHeartbeatData) -> bool
fn eq(&self, other: &AwsIamRoleServiceAccountHeartbeatData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AwsIamRoleServiceAccountHeartbeatData
Auto Trait Implementations§
impl Freeze for AwsIamRoleServiceAccountHeartbeatData
impl RefUnwindSafe for AwsIamRoleServiceAccountHeartbeatData
impl Send for AwsIamRoleServiceAccountHeartbeatData
impl Sync for AwsIamRoleServiceAccountHeartbeatData
impl Unpin for AwsIamRoleServiceAccountHeartbeatData
impl UnsafeUnpin for AwsIamRoleServiceAccountHeartbeatData
impl UnwindSafe for AwsIamRoleServiceAccountHeartbeatData
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