class
Amazonite::Iam::ServiceLastAccessed
- Amazonite::Iam::ServiceLastAccessed
- Reference
- Object
Overview
Contains details about the most recent attempt to access the service.
This data type is used as a response element in the GetServiceLastAccessedDetails operation.
Defined in:
iam/service_last_accessed.crConstructors
- .from_xml(node : XML::Node) : self
- .new(service_name : String, service_namespace : String, last_authenticated : Time | Nil = nil, last_authenticated_entity : String | Nil = nil, last_authenticated_region : String | Nil = nil, total_authenticated_entities : Int32 | Nil = nil, tracked_actions_last_accessed : Array(TrackedActionLastAccessed) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#last_authenticated : Time | Nil
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service.
-
#last_authenticated=(last_authenticated : Time | Nil)
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the service.
-
#last_authenticated_entity : String | Nil
The ARN of the authenticated entity (user or role) that last attempted to access the service.
-
#last_authenticated_entity=(last_authenticated_entity : String | Nil)
The ARN of the authenticated entity (user or role) that last attempted to access the service.
-
#last_authenticated_region : String | Nil
The Region from which the authenticated entity (user or role) last attempted to access the service.
-
#last_authenticated_region=(last_authenticated_region : String | Nil)
The Region from which the authenticated entity (user or role) last attempted to access the service.
-
#service_name : String
The name of the service in which access was attempted.
-
#service_name=(service_name : String)
The name of the service in which access was attempted.
-
#service_namespace : String
The namespace of the service in which access was attempted.
-
#service_namespace=(service_namespace : String)
The namespace of the service in which access was attempted.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#total_authenticated_entities : Int32 | Nil
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.
-
#total_authenticated_entities=(total_authenticated_entities : Int32 | Nil)
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.
-
#tracked_actions_last_accessed : Array(TrackedActionLastAccessed) | Nil
An object that contains details about the most recent attempt to access a tracked action within the service.
-
#tracked_actions_last_accessed=(tracked_actions_last_accessed : Array(TrackedActionLastAccessed) | Nil)
An object that contains details about the most recent attempt to access a tracked action within the service.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The date and time, in ISO 8601 date-time format, when an authenticated entity most recently attempted to access the 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 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 ARN of the authenticated entity (user or role) that last attempted to access the 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 ARN of the authenticated entity (user or role) that last attempted to access the 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 Region from which the authenticated entity (user or role) last attempted to access the 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 Region from which the authenticated entity (user or role) last attempted to access the 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 namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions, resources, and condition keys for
Amazon Web Services
services
in the Service Authorization Reference. Choose the name of the service to view details for
that service. In the first paragraph, find the service prefix. For example, (service prefix: a4b). For more information about service namespaces, see Amazon Web Services Service
Namespaces
in the Amazon Web Services General Reference.
The namespace of the service in which access was attempted.
To learn the service namespace of a service, see Actions, resources, and condition keys for
Amazon Web Services
services
in the Service Authorization Reference. Choose the name of the service to view details for
that service. In the first paragraph, find the service prefix. For example, (service prefix: a4b). For more information about service namespaces, see Amazon Web Services Service
Namespaces
in the Amazon Web Services General Reference.
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.
This field is null if no principals attempted to access the service within the tracking period.
The total number of authenticated principals (root user, IAM users, or IAM roles) that have attempted to access the service.
This field is null if no principals attempted to access the service within the tracking period.
An object that contains details about the most recent attempt to access a tracked action within the service.
This field is null if there no tracked actions or if the principal did not use the tracked
actions within the tracking
period.
This field is also null if the report was generated at the service level and not the action
level. For more information, see the Granularity field in
GenerateServiceLastAccessedDetails.
An object that contains details about the most recent attempt to access a tracked action within the service.
This field is null if there no tracked actions or if the principal did not use the tracked
actions within the tracking
period.
This field is also null if the report was generated at the service level and not the action
level. For more information, see the Granularity field in
GenerateServiceLastAccessedDetails.