AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
accessanalyzer
/
aws.sdk.kotlin.services.accessanalyzer.model
/
FindingType
Finding
Type
sealed
class
FindingType
Inheritors
ExternalAccess
InternalAccess
UnusedIamRole
UnusedIamUserAccessKey
UnusedIamUserPassword
UnusedPermission
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
External
Access
Link copied to clipboard
object
ExternalAccess
:
FindingType
Internal
Access
Link copied to clipboard
object
InternalAccess
:
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