AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
securityhub
/
aws.sdk.kotlin.services.securityhub.model
/
ResourceGroupByField
Resource
Group
By
Field
sealed
class
ResourceGroupByField
Inheritors
AccountId
FindingType
Region
ResourceCategory
ResourceName
ResourceType
SdkUnknown
Members
Types
Account
Id
Link copied to clipboard
object
AccountId
:
ResourceGroupByField
Companion
Link copied to clipboard
object
Companion
Finding
Type
Link copied to clipboard
object
FindingType
:
ResourceGroupByField
Region
Link copied to clipboard
object
Region
:
ResourceGroupByField
Resource
Category
Link copied to clipboard
object
ResourceCategory
:
ResourceGroupByField
Resource
Name
Link copied to clipboard
object
ResourceName
:
ResourceGroupByField
Resource
Type
Link copied to clipboard
object
ResourceType
:
ResourceGroupByField
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceGroupByField
Properties
value
Link copied to clipboard
abstract
val
value
:
String