Class: Aws::AccessAnalyzer::Types::UnusedIamUserAccessKeyDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnusedIamUserAccessKeyDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about an unused access finding for an IAM user access key. 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
-
#access_key_id ⇒ String
The ID of the access key for which the unused access finding was generated.
-
#last_accessed ⇒ Time
The time at which the access key was last accessed.
Instance Attribute Details
#access_key_id ⇒ String
The ID of the access key for which the unused access finding was generated.
4095 4096 4097 4098 4099 4100 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4095 class UnusedIamUserAccessKeyDetails < Struct.new( :access_key_id, :last_accessed) SENSITIVE = [] include Aws::Structure end |
#last_accessed ⇒ Time
The time at which the access key was last accessed.
4095 4096 4097 4098 4099 4100 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4095 class UnusedIamUserAccessKeyDetails < Struct.new( :access_key_id, :last_accessed) SENSITIVE = [] include Aws::Structure end |