Class: Aws::IAM::Types::GenerateServiceLastAccessedDetailsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The JobId that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail.

Returns:

  • (String)


3033
3034
3035
3036
3037
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3033

class GenerateServiceLastAccessedDetailsResponse < Struct.new(
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end