class
Amazonite::Iam::TrackedActionLastAccessed
- Amazonite::Iam::TrackedActionLastAccessed
- Reference
- Object
Overview
Contains details about the most recent attempt to access an action within the service.
This data type is used as a response element in the GetServiceLastAccessedDetails operation.
Defined in:
iam/tracked_action_last_accessed.crConstructors
- .from_xml(node : XML::Node) : self
- .new(action_name : String | Nil = nil, last_accessed_entity : String | Nil = nil, last_accessed_time : Time | Nil = nil, last_accessed_region : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#action_name : String | Nil
The name of the tracked action to which access was attempted.
-
#action_name=(action_name : String | Nil)
The name of the tracked action to which access was attempted.
-
#hash(hasher)
See
Object#hash(hasher) - #last_accessed_entity : String | Nil
- #last_accessed_entity=(last_accessed_entity : String | Nil)
-
#last_accessed_region : String | Nil
The Region from which the authenticated entity (user or role) last attempted to access the tracked action.
-
#last_accessed_region=(last_accessed_region : String | Nil)
The Region from which the authenticated entity (user or role) last attempted to access the tracked action.
-
#last_accessed_time : Time | Nil
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service.
-
#last_accessed_time=(last_accessed_time : Time | Nil)
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
The name of the tracked action to which access was attempted. Tracked actions are actions that report activity to IAM.
The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
The Region from which the authenticated entity (user or role) last attempted to access the tracked action. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the tracked service. Amazon Web Services does not report unauthenticated requests.
This field is null if no IAM entities attempted to access the service within the tracking period.