Package-level declarations

Types

Link copied to clipboard
data class FleetVpcConfig(val securityGroupIds: List<String>? = null, val subnets: List<String>? = null, val vpcId: String? = null)
Link copied to clipboard
data class GetFleetResult(val arn: String? = null, val baseCapacity: Int? = null, val computeType: FleetComputeType? = null, val environmentType: FleetEnvironmentType? = null, val fleetServiceRole: String? = null, val fleetVpcConfig: FleetVpcConfig? = null, val imageId: String? = null, val name: String? = null, val overflowBehavior: FleetOverflowBehavior? = null, val tags: List<Tag>? = null)