AWS SDK for Kotlin
Toggle table of contents
1.5.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
taxsettings
/
aws.sdk.kotlin.services.taxsettings.model
/
Sector
Sector
sealed
class
Sector
Inheritors
Business
Individual
PublicInstitutions
SdkUnknown
Members
Types
Business
Link copied to clipboard
object
Business
:
Sector
Companion
Link copied to clipboard
object
Companion
Individual
Link copied to clipboard
object
Individual
:
Sector
Public
Institutions
Link copied to clipboard
object
PublicInstitutions
:
Sector
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
Sector
Properties
value
Link copied to clipboard
abstract
val
value
:
String