Class: Aws::AccessAnalyzer::Types::UnusedAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: aws.amazon.com/iam/access-analyzer/pricing

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

The action for which the unused access finding was generated.

Returns:

  • (String)


4347
4348
4349
4350
4351
4352
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4347

class UnusedAction < Struct.new(
  :action,
  :last_accessed)
  SENSITIVE = []
  include Aws::Structure
end

#last_accessedTime

The time at which the action was last accessed.

Returns:

  • (Time)


4347
4348
4349
4350
4351
4352
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4347

class UnusedAction < Struct.new(
  :action,
  :last_accessed)
  SENSITIVE = []
  include Aws::Structure
end