Class: Aws::AccessAnalyzer::Types::UnusedIamRoleDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnusedIamRoleDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about an unused access finding for an IAM role. 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 role was last accessed.
Instance Attribute Details
#last_accessed ⇒ Time
The time at which the role was last accessed.
4369 4370 4371 4372 4373 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4369 class UnusedIamRoleDetails < Struct.new( :last_accessed) SENSITIVE = [] include Aws::Structure end |