Class: Aws::AccessAnalyzer::Types::UnusedIamUserPasswordDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnusedIamUserPasswordDetails
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about an unused access finding for an IAM user password. IAM Access Analyzer charges for unused access analysis based on the number of IAM roles and users analyzed per month. For more details on pricing, see IAM Access Analyzer pricing.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_accessed ⇒ Time
The time at which the password was last accessed.
Instance Attribute Details
#last_accessed ⇒ Time
The time at which the password was last accessed.
4117 4118 4119 4120 4121 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4117 class UnusedIamUserPasswordDetails < Struct.new( :last_accessed) SENSITIVE = [] include Aws::Structure end |