pub struct AwsIamRoleServiceAccountHeartbeatData { /* private fields */ }Implementations§
Source§impl AwsIamRoleServiceAccountHeartbeatData
impl AwsIamRoleServiceAccountHeartbeatData
pub fn assume_role_policy_present<T>(self, value: T) -> Self
pub fn attached_policy_count<T>(self, value: T) -> Self
pub fn attached_policy_names<T>(self, value: T) -> Self
pub fn create_date<T>(self, value: T) -> Self
pub fn description<T>(self, value: T) -> Self
pub fn inline_policy_count<T>(self, value: T) -> Self
pub fn inline_policy_names<T>(self, value: T) -> Self
pub fn last_used_date<T>(self, value: T) -> Self
pub fn last_used_region<T>(self, value: T) -> Self
pub fn managed_tag_count<T>(self, value: T) -> Self
pub fn max_session_duration<T>(self, value: T) -> Self
pub fn path<T>(self, value: T) -> Self
pub fn permissions_boundary_arn<T>(self, value: T) -> Self
pub fn permissions_boundary_type<T>(self, value: T) -> Self
pub fn role_arn<T>(self, value: T) -> Self
pub fn role_id<T>(self, value: T) -> Self
pub fn role_name<T>(self, value: T) -> Self
pub fn stack_permissions_applied<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn tag_count<T>(self, value: T) -> Self
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 From<AwsIamRoleServiceAccountHeartbeatData> for AwsIamRoleServiceAccountHeartbeatData
impl From<AwsIamRoleServiceAccountHeartbeatData> for AwsIamRoleServiceAccountHeartbeatData
Source§fn from(value: AwsIamRoleServiceAccountHeartbeatData) -> Self
fn from(value: AwsIamRoleServiceAccountHeartbeatData) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AwsIamRoleServiceAccountHeartbeatData> for AwsIamRoleServiceAccountHeartbeatData
impl TryFrom<AwsIamRoleServiceAccountHeartbeatData> for AwsIamRoleServiceAccountHeartbeatData
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: AwsIamRoleServiceAccountHeartbeatData,
) -> Result<Self, ConversionError>
fn try_from( value: AwsIamRoleServiceAccountHeartbeatData, ) -> Result<Self, ConversionError>
Performs the conversion.
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