GetFlywheelResult

data class GetFlywheelResult(val activeModelArn: String? = null, val arn: String? = null, val dataAccessRoleArn: String? = null, val dataSecurityConfig: FlywheelDataSecurityConfig? = null, val tags: List<FlywheelTag>? = null)

Constructors

Link copied to clipboard
fun GetFlywheelResult(activeModelArn: String? = null, arn: String? = null, dataAccessRoleArn: String? = null, dataSecurityConfig: FlywheelDataSecurityConfig? = null, tags: List<FlywheelTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeModelArn: String? = null
Link copied to clipboard
val arn: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<FlywheelTag>? = null