toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
accessanalyzer
/
aws.sdk.kotlin.services.accessanalyzer.model
/
FindingType
Finding
Type
sealed
class
FindingType
Inheritors
ExternalAccess
UnusedIamRole
UnusedIamUserAccessKey
UnusedIamUserPassword
UnusedPermission
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
External
Access
Link copied to clipboard
object
ExternalAccess
:
FindingType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FindingType
Unused
Iam
Role
Link copied to clipboard
object
UnusedIamRole
:
FindingType
Unused
Iam
User
Access
Key
Link copied to clipboard
object
UnusedIamUserAccessKey
:
FindingType
Unused
Iam
User
Password
Link copied to clipboard
object
UnusedIamUserPassword
:
FindingType
Unused
Permission
Link copied to clipboard
object
UnusedPermission
:
FindingType
Properties
value
Link copied to clipboard
abstract
val
value
:
String