Class: Aws::AccessAnalyzer::Types::UnusedAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::UnusedAction
- Defined in:
- gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about an unused access finding for an action. 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
-
#action ⇒ String
The action for which the unused access finding was generated.
-
#last_accessed ⇒ Time
The time at which the action was last accessed.
Instance Attribute Details
#action ⇒ String
The action for which the unused access finding was generated.
4139 4140 4141 4142 4143 4144 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4139 class UnusedAction < Struct.new( :action, :last_accessed) SENSITIVE = [] include Aws::Structure end |
#last_accessed ⇒ Time
The time at which the action was last accessed.
4139 4140 4141 4142 4143 4144 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4139 class UnusedAction < Struct.new( :action, :last_accessed) SENSITIVE = [] include Aws::Structure end |