Struct aws_sdk_iam::model::service_last_accessed::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ServiceLastAccessed
Implementations
The name of the service in which access was attempted.
The name of the service in which access was attempted.
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 reporting 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 reporting 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 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 reporting 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 reporting 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 reporting 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 reporting 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 reporting 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 reporting period.
pub fn tracked_actions_last_accessed(
self,
input: impl Into<TrackedActionLastAccessed>
) -> Self
pub fn tracked_actions_last_accessed(
self,
input: impl Into<TrackedActionLastAccessed>
) -> Self
Appends an item to tracked_actions_last_accessed
.
To override the contents of this collection use set_tracked_actions_last_accessed
.
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 reporting 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.
pub fn set_tracked_actions_last_accessed(
self,
input: Option<Vec<TrackedActionLastAccessed>>
) -> Self
pub fn set_tracked_actions_last_accessed(
self,
input: Option<Vec<TrackedActionLastAccessed>>
) -> Self
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 reporting 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.
Consumes the builder and constructs a ServiceLastAccessed
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more