AccessDetail
public struct AccessDetail : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The path of the Organizations entity (root, organizational unit, or account) from which an authenticated principal last attempted to access the service. AWS does not report unauthenticated requests. This field is null if no principals (IAM users, IAM roles, or root users) in the reported Organizations entity attempted to access the service within the reporting period. DeclarationSwift public let entityPath: String?
- 
                  
                  The date and time, in ISO 8601 date-time format, when an authenticated principal most recently attempted to access the service. AWS does not report unauthenticated requests. This field is null if no principals in the reported Organizations entity attempted to access the service within the reporting period. DeclarationSwift public let lastAuthenticatedTime: TimeStamp?
- 
                  
                  The Region where the last service access attempt occurred. This field is null if no principals in the reported Organizations entity attempted to access the service within the reporting period. DeclarationSwift public let region: String?
- 
                  
                  The name of the service in which access was attempted. DeclarationSwift public let serviceName: String
- 
                  
                  The namespace of the service in which access was attempted. To learn the service namespace of a service, go to Actions, Resources, and Condition Keys for AWS Services in the IAM User Guide. 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 AWS Service Namespaces in the AWS General Reference. DeclarationSwift public let serviceNamespace: String
- 
                  
                  The number of accounts with authenticated principals (root users, IAM users, and IAM roles) that attempted to access the service in the reporting period. DeclarationSwift public let totalAuthenticatedEntities: Int?
- 
                  init(entityPath:lastAuthenticatedTime:region:serviceName:serviceNamespace:totalAuthenticatedEntities:)Undocumented DeclarationSwift public init(entityPath: String? = nil, lastAuthenticatedTime: TimeStamp? = nil, region: String? = nil, serviceName: String, serviceNamespace: String, totalAuthenticatedEntities: Int? = nil)
 View on GitHub
View on GitHub AccessDetail Structure Reference
        AccessDetail Structure Reference