Class: Aws::IAM::Types::GenerateServiceLastAccessedDetailsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GenerateServiceLastAccessedDetailsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ‘JobId` that you can use in the [GetServiceLastAccessedDetails] or [GetServiceLastAccessedDetailsWithEntities] operations.
Instance Attribute Details
#job_id ⇒ String
The ‘JobId` that you can use in the
- GetServiceLastAccessedDetails][1
-
or
- GetServiceLastAccessedDetailsWithEntities][2
-
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`.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetails.html [2]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetServiceLastAccessedDetailsWithEntities.html
3191 3192 3193 3194 3195 |
# File 'lib/aws-sdk-iam/types.rb', line 3191 class GenerateServiceLastAccessedDetailsResponse < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |