class
Amazonite::Iam::EntityDetails
- Amazonite::Iam::EntityDetails
- Reference
- Object
Overview
An object that contains details about when the IAM entities (users or roles) were last used in an attempt to access the specified Amazon Web Services service.
This data type is a response element in the GetServiceLastAccessedDetailsWithEntities operation.
Defined in:
iam/entity_details.crConstructors
- .from_xml(node : XML::Node) : self
- .new(entity_info : EntityInfo, last_authenticated : Time | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#entity_info : EntityInfo
The
EntityInfoobject that contains details about the entity (user or role). -
#entity_info=(entity_info : EntityInfo)
The
EntityInfoobject that contains details about the entity (user or role). -
#hash(hasher)
See
Object#hash(hasher) -
#last_authenticated : Time | Nil
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services.
-
#last_authenticated=(last_authenticated : Time | Nil)
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services.
- #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 EntityInfo object that contains details about the entity (user or role).
The EntityInfo object that contains details about the entity (user or role).
The date and time, in ISO 8601 date-time format, when the authenticated entity last attempted to access Amazon Web Services. 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 the authenticated entity last attempted to access Amazon Web Services. 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.