AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
migrationhub
/
aws.sdk.kotlin.services.migrationhub.model
/
ResourceAttributeType
Resource
Attribute
Type
sealed
class
ResourceAttributeType
Inheritors
BiosId
Fqdn
Ipv4Address
Ipv6Address
MacAddress
MotherboardSerialNumber
VmManagedObjectReference
VmManagerId
VmName
VmPath
SdkUnknown
Members
Types
Bios
Id
Link copied to clipboard
object
BiosId
:
ResourceAttributeType
Companion
Link copied to clipboard
object
Companion
Fqdn
Link copied to clipboard
object
Fqdn
:
ResourceAttributeType
Ipv4Address
Link copied to clipboard
object
Ipv4Address
:
ResourceAttributeType
Ipv6Address
Link copied to clipboard
object
Ipv6Address
:
ResourceAttributeType
Mac
Address
Link copied to clipboard
object
MacAddress
:
ResourceAttributeType
Motherboard
Serial
Number
Link copied to clipboard
object
MotherboardSerialNumber
:
ResourceAttributeType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ResourceAttributeType
Vm
Managed
Object
Reference
Link copied to clipboard
object
VmManagedObjectReference
:
ResourceAttributeType
Vm
Manager
Id
Link copied to clipboard
object
VmManagerId
:
ResourceAttributeType
Vm
Name
Link copied to clipboard
object
VmName
:
ResourceAttributeType
Vm
Path
Link copied to clipboard
object
VmPath
:
ResourceAttributeType
Properties
value
Link copied to clipboard
abstract
val
value
:
String